Html Css Color HEX #F27A12 Pumpkin

📋 copy color: '#F27A12'

red 242 ◦ green 122 ◦ blue 18

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

Shades of Pumpkin #F27A12

Tints of Pumpkin #F27A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 63.35%
G = 31.94%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27A12 (or 0xF27A12) is known color: Pumpkin. HEX triplet: F2, 7A and 12. RGB value is (242,122,18). Sum of RGB (Red+Green+Blue) = 242+122+18=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A12 is #0D85ED. Grayscale: #929292. Windows color (decimal): -886254 or 1211122. OLE color: 1211122.

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

Color convert

RGB 242 122 18 -
CMYK 0 0.50 0.93 0.05
HSL 27.86º 0.9% 0.51% -
HSV(B) 27.86º 0.93% 0.95% -
XYZ 43.69 32.84 4.61 -
YUV 146.02 55.76 196.46 -
System Red Green Blue C M Y K H S L
Decimal 242 122 18 0 0.50 0.93 0.05 27.86 0.9 0.51
Hex F2 7A 12 0 32 5D 5 1C 5A 33
Octal 362 172 22 0 62 135 5 34 132 63
Binary 11110010 1111010 10010 0 110010 1011101 101 11100 1011010 110011

Color Harmonies of #F27A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A12

Black with #F27A12

Text Example


Text Example

White with #F27A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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