Html Css Color HEX #F36D12 Pumpkin

📋 copy color: '#F36D12'

red 243 ◦ green 109 ◦ blue 18

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

Shades of Pumpkin #F36D12

Tints of Pumpkin #F36D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

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

R = 65.68%
G = 29.46%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F36D12 (or 0xF36D12) is known color: Pumpkin. HEX triplet: F3, 6D and 12. RGB value is (243,109,18). Sum of RGB (Red+Green+Blue) = 243+109+18=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36D12 is #0C92ED. Grayscale: #8B8B8B. Windows color (decimal): -824046 or 1207795. OLE color: 1207795.

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

Color convert

RGB 243 109 18 -
CMYK 0 0.55 0.93 0.05
HSL 24.27º 0.9% 0.51% -
HSV(B) 24.27º 0.93% 0.95% -
XYZ 42.54 30.04 4.13 -
YUV 138.69 59.89 202.4 -
System Red Green Blue C M Y K H S L
Decimal 243 109 18 0 0.55 0.93 0.05 24.27 0.9 0.51
Hex F3 6D 12 0 37 5D 5 18 5A 33
Octal 363 155 22 0 67 135 5 30 132 63
Binary 11110011 1101101 10010 0 110111 1011101 101 11000 1011010 110011

Color Harmonies of #F36D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36D12

Black with #F36D12

Text Example


Text Example

White with #F36D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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