Html Css Color HEX #F06407 Persimmon

📋 copy color: '#F06407'

red 240 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #F06407

Tints of Persimmon #F06407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 69.16%
G = 28.82%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F06407 (or 0xF06407) is known color: Persimmon. HEX triplet: F0, 64 and 07. RGB value is (240,100,7). Sum of RGB (Red+Green+Blue) = 240+100+7=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F06407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06407 is #0F9BF8. Grayscale: #838383. Windows color (decimal): -1022969 or 484592. OLE color: 484592.

HSL color Cylindrical-coordinate representation of color #F06407: hue angle of 23.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06407 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 7 -
CMYK 0 0.58 0.97 0.06
HSL 23.95º 0.94% 0.48% -
HSV(B) 23.95º 0.97% 0.94% -
XYZ 40.53 27.65 3.4 -
YUV 131.26 57.88 205.56 -
System Red Green Blue C M Y K H S L
Decimal 240 100 7 0 0.58 0.97 0.06 23.95 0.94 0.48
Hex F0 64 7 0 3A 61 6 18 5E 30
Octal 360 144 7 0 72 141 6 30 136 60
Binary 11110000 1100100 111 0 111010 1100001 110 11000 1011110 110000

Color Harmonies of #F06407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06407

Black with #F06407

Text Example


Text Example

White with #F06407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06407; }

 p { color: rgb(240,100,7); }

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

background-color css

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

 a { background-color: rgb(240,100,7); }

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

border-color css

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

 span { border-color: rgb(240,100,7); }

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