Html Css Color HEX #F06010 Persimmon

📋 copy color: '#F06010'

red 240 ◦ green 96 ◦ blue 16

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

Shades of Persimmon #F06010

Tints of Persimmon #F06010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 68.18%
G = 27.27%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06010 (or 0xF06010) is known color: Persimmon. HEX triplet: F0, 60 and 10. RGB value is (240,96,16). Sum of RGB (Red+Green+Blue) = 240+96+16=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F06010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06010 is #0F9FEF. Grayscale: #828282. Windows color (decimal): -1023984 or 1073392. OLE color: 1073392.

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

Color convert

RGB 240 96 16 -
CMYK 0 0.6 0.93 0.06
HSL 21.43º 0.88% 0.5% -
HSV(B) 21.43º 0.93% 0.94% -
XYZ 40.21 26.93 3.57 -
YUV 129.94 63.71 206.5 -
System Red Green Blue C M Y K H S L
Decimal 240 96 16 0 0.6 0.93 0.06 21.43 0.88 0.5
Hex F0 60 10 0 3C 5D 6 15 58 32
Octal 360 140 20 0 74 135 6 25 130 62
Binary 11110000 1100000 10000 0 111100 1011101 110 10101 1011000 110010

Color Harmonies of #F06010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06010

Black with #F06010

Text Example


Text Example

White with #F06010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06010; }

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

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

background-color css

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

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

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

border-color css

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

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

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