Html Css Color HEX #F06410 Persimmon

📋 copy color: '#F06410'

red 240 ◦ green 100 ◦ blue 16

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

Shades of Persimmon #F06410

Tints of Persimmon #F06410

RGB

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

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

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

R = 67.42%
G = 28.09%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06410 (or 0xF06410) is known color: Persimmon. HEX triplet: F0, 64 and 10. RGB value is (240,100,16). Sum of RGB (Red+Green+Blue) = 240+100+16=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F06410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06410 is #0F9BEF. Grayscale: #848484. Windows color (decimal): -1022960 or 1074416. OLE color: 1074416.

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

Color convert

RGB 240 100 16 -
CMYK 0 0.58 0.93 0.06
HSL 22.5º 0.88% 0.5% -
HSV(B) 22.5º 0.93% 0.94% -
XYZ 40.59 27.68 3.69 -
YUV 132.28 62.38 204.83 -
System Red Green Blue C M Y K H S L
Decimal 240 100 16 0 0.58 0.93 0.06 22.5 0.88 0.5
Hex F0 64 10 0 3A 5D 6 16 58 32
Octal 360 144 20 0 72 135 6 26 130 62
Binary 11110000 1100100 10000 0 111010 1011101 110 10110 1011000 110010

Color Harmonies of #F06410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06410

Black with #F06410

Text Example


Text Example

White with #F06410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06410; }

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

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

background-color css

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

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

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

border-color css

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

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

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