Html Css Color HEX #F27211 Pumpkin

📋 copy color: '#F27211'

red 242 ◦ green 114 ◦ blue 17

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

Shades of Pumpkin #F27211

Tints of Pumpkin #F27211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 64.88%
G = 30.56%
B = 4.56%

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

#F27211 (or 0xF27211) is known color: Pumpkin. HEX triplet: F2, 72 and 11. RGB value is (242,114,17). Sum of RGB (Red+Green+Blue) = 242+114+17=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F27211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27211 is #0D8DEE. Grayscale: #8D8D8D. Windows color (decimal): -888303 or 1143538. OLE color: 1143538.

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

Color convert

RGB 242 114 17 -
CMYK 0 0.53 0.93 0.05
HSL 25.87º 0.9% 0.51% -
HSV(B) 25.87º 0.93% 0.95% -
XYZ 42.74 30.95 4.25 -
YUV 141.21 57.91 199.89 -
System Red Green Blue C M Y K H S L
Decimal 242 114 17 0 0.53 0.93 0.05 25.87 0.9 0.51
Hex F2 72 11 0 35 5D 5 1A 5A 33
Octal 362 162 21 0 65 135 5 32 132 63
Binary 11110010 1110010 10001 0 110101 1011101 101 11010 1011010 110011

Color Harmonies of #F27211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27211

Black with #F27211

Text Example


Text Example

White with #F27211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27211; }

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

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

background-color css

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

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

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

border-color css

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

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

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