Html Css Color HEX #F06610 Persimmon

📋 copy color: '#F06610'

red 240 ◦ green 102 ◦ blue 16

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

Shades of Persimmon #F06610

Tints of Persimmon #F06610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 67.04%
G = 28.49%
B = 4.47%

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

#F06610 (or 0xF06610) is known color: Persimmon. HEX triplet: F0, 66 and 10. RGB value is (240,102,16). Sum of RGB (Red+Green+Blue) = 240+102+16=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F06610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06610 is #0F99EF. Grayscale: #858585. Windows color (decimal): -1022448 or 1074928. OLE color: 1074928.

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

Color convert

RGB 240 102 16 -
CMYK 0 0.58 0.93 0.06
HSL 23.04º 0.88% 0.5% -
HSV(B) 23.04º 0.93% 0.94% -
XYZ 40.78 28.07 3.76 -
YUV 133.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 240 102 16 0 0.58 0.93 0.06 23.04 0.88 0.5
Hex F0 66 10 0 3A 5D 6 17 58 32
Octal 360 146 20 0 72 135 6 27 130 62
Binary 11110000 1100110 10000 0 111010 1011101 110 10111 1011000 110010

Color Harmonies of #F06610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06610

Black with #F06610

Text Example


Text Example

White with #F06610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06610; }

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

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

background-color css

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

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

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

border-color css

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

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

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