Html Css Color HEX #F06114 Persimmon

📋 copy color: '#F06114'

red 240 ◦ green 97 ◦ blue 20

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

Shades of Persimmon #F06114

Tints of Persimmon #F06114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 67.23%
G = 27.17%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06114 (or 0xF06114) is known color: Persimmon. HEX triplet: F0, 61 and 14. RGB value is (240,97,20). Sum of RGB (Red+Green+Blue) = 240+97+20=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F06114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06114 is #0F9EEB. Grayscale: #838383. Windows color (decimal): -1023724 or 1335792. OLE color: 1335792.

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

Color convert

RGB 240 97 20 -
CMYK 0 0.60 0.92 0.06
HSL 21º 0.88% 0.51% -
HSV(B) 21º 0.92% 0.94% -
XYZ 40.34 27.13 3.77 -
YUV 130.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 240 97 20 0 0.60 0.92 0.06 21 0.88 0.51
Hex F0 61 14 0 3C 5C 6 15 58 33
Octal 360 141 24 0 74 134 6 25 130 63
Binary 11110000 1100001 10100 0 111100 1011100 110 10101 1011000 110011

Color Harmonies of #F06114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06114

Black with #F06114

Text Example


Text Example

White with #F06114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06114; }

 p { color: rgb(240,97,20); }

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

background-color css

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

 a { background-color: rgb(240,97,20); }

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

border-color css

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

 span { border-color: rgb(240,97,20); }

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