Html Css Color HEX #F06009 Persimmon

📋 copy color: '#F06009'

red 240 ◦ green 96 ◦ blue 9

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

Shades of Persimmon #F06009

Tints of Persimmon #F06009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 69.57%
G = 27.83%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F06009 (or 0xF06009) is known color: Persimmon. HEX triplet: F0, 60 and 09. RGB value is (240,96,9). Sum of RGB (Red+Green+Blue) = 240+96+9=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06009 is #0F9FF6. Grayscale: #818181. Windows color (decimal): -1023991 or 614640. OLE color: 614640.

HSL color Cylindrical-coordinate representation of color #F06009: hue angle of 22.6º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F06009 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 9 -
CMYK 0 0.6 0.96 0.06
HSL 22.6º 0.93% 0.49% -
HSV(B) 22.6º 0.96% 0.94% -
XYZ 40.17 26.91 3.34 -
YUV 129.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 240 96 9 0 0.6 0.96 0.06 22.6 0.93 0.49
Hex F0 60 9 0 3C 60 6 17 5D 31
Octal 360 140 11 0 74 140 6 27 135 61
Binary 11110000 1100000 1001 0 111100 1100000 110 10111 1011101 110001

Color Harmonies of #F06009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06009

Black with #F06009

Text Example


Text Example

White with #F06009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06009; }

 p { color: rgb(240,96,9); }

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

background-color css

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

 a { background-color: rgb(240,96,9); }

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

border-color css

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

 span { border-color: rgb(240,96,9); }

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