Html Css Color HEX #F36C12 Pumpkin

📋 copy color: '#F36C12'

red 243 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #F36C12

Tints of Pumpkin #F36C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 65.85%
G = 29.27%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F36C12 (or 0xF36C12) is known color: Pumpkin. HEX triplet: F3, 6C and 12. RGB value is (243,108,18). Sum of RGB (Red+Green+Blue) = 243+108+18=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36C12 is #0C93ED. Grayscale: #8A8A8A. Windows color (decimal): -824302 or 1207539. OLE color: 1207539.

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

Color convert

RGB 243 108 18 -
CMYK 0 0.56 0.93 0.05
HSL 24º 0.9% 0.51% -
HSV(B) 24º 0.93% 0.95% -
XYZ 42.43 29.82 4.09 -
YUV 138.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 243 108 18 0 0.56 0.93 0.05 24 0.9 0.51
Hex F3 6C 12 0 38 5D 5 18 5A 33
Octal 363 154 22 0 70 135 5 30 132 63
Binary 11110011 1101100 10010 0 111000 1011101 101 11000 1011010 110011

Color Harmonies of #F36C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36C12

Black with #F36C12

Text Example


Text Example

White with #F36C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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