Html Css Color HEX #F27012 Pumpkin

📋 copy color: '#F27012'

red 242 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #F27012

Tints of Pumpkin #F27012

RGB

 RED value IS 242 (94.92% from 255) = 65.05%

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 65.05%
G = 30.11%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27012 (or 0xF27012) is known color: Pumpkin. HEX triplet: F2, 70 and 12. RGB value is (242,112,18). Sum of RGB (Red+Green+Blue) = 242+112+18=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F27012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27012 is #0D8FED. Grayscale: #8C8C8C. Windows color (decimal): -888814 or 1208562. OLE color: 1208562.

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

Color convert

RGB 242 112 18 -
CMYK 0 0.54 0.93 0.05
HSL 25.18º 0.9% 0.51% -
HSV(B) 25.18º 0.93% 0.95% -
XYZ 42.52 30.51 4.22 -
YUV 140.15 59.07 200.64 -
System Red Green Blue C M Y K H S L
Decimal 242 112 18 0 0.54 0.93 0.05 25.18 0.9 0.51
Hex F2 70 12 0 36 5D 5 19 5A 33
Octal 362 160 22 0 66 135 5 31 132 63
Binary 11110010 1110000 10010 0 110110 1011101 101 11001 1011010 110011

Color Harmonies of #F27012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27012

Black with #F27012

Text Example


Text Example

White with #F27012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27012; }

 p { color: rgb(242,112,18); }

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

background-color css

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

 a { background-color: rgb(242,112,18); }

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

border-color css

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

 span { border-color: rgb(242,112,18); }

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