Html Css Color HEX #F37F12 Pumpkin

📋 copy color: '#F37F12'

red 243 ◦ green 127 ◦ blue 18

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

Shades of Pumpkin #F37F12

Tints of Pumpkin #F37F12

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 62.63%
G = 32.73%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F37F12 (or 0xF37F12) is known color: Pumpkin. HEX triplet: F3, 7F and 12. RGB value is (243,127,18). Sum of RGB (Red+Green+Blue) = 243+127+18=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37F12 is #0C80ED. Grayscale: #959595. Windows color (decimal): -819438 or 1212403. OLE color: 1212403.

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

Color convert

RGB 243 127 18 -
CMYK 0 0.48 0.93 0.05
HSL 29.07º 0.9% 0.51% -
HSV(B) 29.07º 0.93% 0.95% -
XYZ 44.66 34.28 4.83 -
YUV 149.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 243 127 18 0 0.48 0.93 0.05 29.07 0.9 0.51
Hex F3 7F 12 0 30 5D 5 1D 5A 33
Octal 363 177 22 0 60 135 5 35 132 63
Binary 11110011 1111111 10010 0 110000 1011101 101 11101 1011010 110011

Color Harmonies of #F37F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F12

Black with #F37F12

Text Example


Text Example

White with #F37F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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