Html Css Color HEX #F27212 Pumpkin

📋 copy color: '#F27212'

red 242 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #F27212

Tints of Pumpkin #F27212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 64.71%
G = 30.48%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27212 (or 0xF27212) is known color: Pumpkin. HEX triplet: F2, 72 and 12. RGB value is (242,114,18). Sum of RGB (Red+Green+Blue) = 242+114+18=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F27212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27212 is #0D8DED. Grayscale: #8D8D8D. Windows color (decimal): -888302 or 1209074. OLE color: 1209074.

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

Color convert

RGB 242 114 18 -
CMYK 0 0.53 0.93 0.05
HSL 25.71º 0.9% 0.51% -
HSV(B) 25.71º 0.93% 0.95% -
XYZ 42.74 30.96 4.29 -
YUV 141.33 58.41 199.81 -
System Red Green Blue C M Y K H S L
Decimal 242 114 18 0 0.53 0.93 0.05 25.71 0.9 0.51
Hex F2 72 12 0 35 5D 5 1A 5A 33
Octal 362 162 22 0 65 135 5 32 132 63
Binary 11110010 1110010 10010 0 110101 1011101 101 11010 1011010 110011

Color Harmonies of #F27212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27212

Black with #F27212

Text Example


Text Example

White with #F27212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27212; }

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

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

background-color css

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

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

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

border-color css

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

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

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