Html Css Color HEX #F27412 Pumpkin

📋 copy color: '#F27412'

red 242 ◦ green 116 ◦ blue 18

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

Shades of Pumpkin #F27412

Tints of Pumpkin #F27412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 64.36%
G = 30.85%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27412 (or 0xF27412) is known color: Pumpkin. HEX triplet: F2, 74 and 12. RGB value is (242,116,18). Sum of RGB (Red+Green+Blue) = 242+116+18=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27412 is #0D8BED. Grayscale: #8F8F8F. Windows color (decimal): -887790 or 1209586. OLE color: 1209586.

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

Color convert

RGB 242 116 18 -
CMYK 0 0.52 0.93 0.05
HSL 26.25º 0.9% 0.51% -
HSV(B) 26.25º 0.93% 0.95% -
XYZ 42.97 31.41 4.37 -
YUV 142.5 57.74 198.97 -
System Red Green Blue C M Y K H S L
Decimal 242 116 18 0 0.52 0.93 0.05 26.25 0.9 0.51
Hex F2 74 12 0 34 5D 5 1A 5A 33
Octal 362 164 22 0 64 135 5 32 132 63
Binary 11110010 1110100 10010 0 110100 1011101 101 11010 1011010 110011

Color Harmonies of #F27412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27412

Black with #F27412

Text Example


Text Example

White with #F27412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27412; }

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

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

background-color css

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

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

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

border-color css

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

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

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