Html Css Color HEX #F36008 Persimmon

📋 copy color: '#F36008'

red 243 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #F36008

Tints of Persimmon #F36008

RGB

 RED value IS 243 (95.31% from 255) = 70.03%

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 70.03%
G = 27.67%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F36008 (or 0xF36008) is known color: Persimmon. HEX triplet: F3, 60 and 08. RGB value is (243,96,8). Sum of RGB (Red+Green+Blue) = 243+96+8=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F36008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36008 is #0C9FF7. Grayscale: #828282. Windows color (decimal): -827384 or 549107. OLE color: 549107.

HSL color Cylindrical-coordinate representation of color #F36008: hue angle of 22.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F36008 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 96 8 -
CMYK 0 0.60 0.97 0.05
HSL 22.47º 0.94% 0.49% -
HSV(B) 22.47º 0.97% 0.95% -
XYZ 41.19 27.44 3.35 -
YUV 129.92 59.2 208.66 -
System Red Green Blue C M Y K H S L
Decimal 243 96 8 0 0.60 0.97 0.05 22.47 0.94 0.49
Hex F3 60 8 0 3C 61 5 16 5E 31
Octal 363 140 10 0 74 141 5 26 136 61
Binary 11110011 1100000 1000 0 111100 1100001 101 10110 1011110 110001

Color Harmonies of #F36008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36008

Black with #F36008

Text Example


Text Example

White with #F36008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36008; }

 p { color: rgb(243,96,8); }

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

background-color css

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

 a { background-color: rgb(243,96,8); }

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

border-color css

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

 span { border-color: rgb(243,96,8); }

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