Html Css Color HEX #F36012 Persimmon

📋 copy color: '#F36012'

red 243 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #F36012

Tints of Persimmon #F36012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 68.07%
G = 26.89%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F36012 (or 0xF36012) is known color: Persimmon. HEX triplet: F3, 60 and 12. RGB value is (243,96,18). Sum of RGB (Red+Green+Blue) = 243+96+18=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F36012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36012 is #0C9FED. Grayscale: #838383. Windows color (decimal): -827374 or 1204467. OLE color: 1204467.

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

Color convert

RGB 243 96 18 -
CMYK 0 0.60 0.93 0.05
HSL 20.8º 0.9% 0.51% -
HSV(B) 20.8º 0.93% 0.95% -
XYZ 41.25 27.46 3.7 -
YUV 131.06 64.2 207.84 -
System Red Green Blue C M Y K H S L
Decimal 243 96 18 0 0.60 0.93 0.05 20.8 0.9 0.51
Hex F3 60 12 0 3C 5D 5 15 5A 33
Octal 363 140 22 0 74 135 5 25 132 63
Binary 11110011 1100000 10010 0 111100 1011101 101 10101 1011010 110011

Color Harmonies of #F36012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36012

Black with #F36012

Text Example


Text Example

White with #F36012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36012; }

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

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

background-color css

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

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

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

border-color css

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

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

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