Html Css Color HEX #F06210 Persimmon

📋 copy color: '#F06210'

red 240 ◦ green 98 ◦ blue 16

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

Shades of Persimmon #F06210

Tints of Persimmon #F06210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 67.8%
G = 27.68%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06210 (or 0xF06210) is known color: Persimmon. HEX triplet: F0, 62 and 10. RGB value is (240,98,16). Sum of RGB (Red+Green+Blue) = 240+98+16=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F06210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06210 is #0F9DEF. Grayscale: #838383. Windows color (decimal): -1023472 or 1073904. OLE color: 1073904.

HSL color Cylindrical-coordinate representation of color #F06210: hue angle of 21.96º 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 #F06210 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 16 -
CMYK 0 0.59 0.93 0.06
HSL 21.96º 0.88% 0.5% -
HSV(B) 21.96º 0.93% 0.94% -
XYZ 40.4 27.3 3.63 -
YUV 131.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 240 98 16 0 0.59 0.93 0.06 21.96 0.88 0.5
Hex F0 62 10 0 3B 5D 6 16 58 32
Octal 360 142 20 0 73 135 6 26 130 62
Binary 11110000 1100010 10000 0 111011 1011101 110 10110 1011000 110010

Color Harmonies of #F06210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06210

Black with #F06210

Text Example


Text Example

White with #F06210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06210; }

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

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

background-color css

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

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

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

border-color css

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

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

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