Html Css Color HEX #F05C15 Persimmon

📋 copy color: '#F05C15'

red 240 ◦ green 92 ◦ blue 21

#F05C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #F05C15

Tints of Persimmon #F05C15

RGB

 RED value IS 240 (94.14% from 255) = 67.99%

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 67.99%
G = 26.06%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F05C15 (or 0xF05C15) is known color: Persimmon. HEX triplet: F0, 5C and 15. RGB value is (240,92,21). Sum of RGB (Red+Green+Blue) = 240+92+21=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C15 is #0FA3EA. Grayscale: #808080. Windows color (decimal): -1025003 or 1400048. OLE color: 1400048.

HSL color Cylindrical-coordinate representation of color #F05C15: hue angle of 19.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F05C15 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 21 -
CMYK 0 0.62 0.91 0.06
HSL 19.45º 0.88% 0.51% -
HSV(B) 19.45º 0.91% 0.94% -
XYZ 39.9 26.23 3.67 -
YUV 128.16 67.53 207.77 -
System Red Green Blue C M Y K H S L
Decimal 240 92 21 0 0.62 0.91 0.06 19.45 0.88 0.51
Hex F0 5C 15 0 3E 5B 6 13 58 33
Octal 360 134 25 0 76 133 6 23 130 63
Binary 11110000 1011100 10101 0 111110 1011011 110 10011 1011000 110011

Color Harmonies of #F05C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C15

Black with #F05C15

Text Example


Text Example

White with #F05C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C15; }

 p { color: rgb(240,92,21); }

 H1.HeaderClassName
 {
   color: #F05C15;
 }
 .AnyTagClassName
 {
   color: #F05C15;
 }
</style>

background-color css

<style>
 a { background-color: #F05C15; }

 a { background-color: rgb(240,92,21); }

 div.DivClassName
 {
   background-color: #F05C15;
 }
 .BgClassName
 {
   background-color: #F05C15;
 }
</style>

border-color css

<style>
 span { border-color: #F05C15; }

 span { border-color: rgb(240,92,21); }

 td.TdClassName
 {
   border-color: #F05C15;
 }
 .TagClassName
 {
   border-color: #F05C15;
 }
</style>