Html Css Color HEX #F27120 Pumpkin

📋 copy color: '#F27120'

red 242 ◦ green 113 ◦ blue 32

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

Shades of Pumpkin #F27120

Tints of Pumpkin #F27120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 62.53%
G = 29.2%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F27120 (or 0xF27120) is known color: Pumpkin. HEX triplet: F2, 71 and 20. RGB value is (242,113,32). Sum of RGB (Red+Green+Blue) = 242+113+32=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F27120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27120 is #0D8EDF. Grayscale: #8E8E8E. Windows color (decimal): -888544 or 2126322. OLE color: 2126322.

HSL color Cylindrical-coordinate representation of color #F27120: hue angle of 23.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F27120 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 32 -
CMYK 0 0.53 0.87 0.05
HSL 23.14º 0.89% 0.54% -
HSV(B) 23.14º 0.87% 0.95% -
XYZ 42.78 30.79 5.05 -
YUV 142.34 65.74 199.09 -
System Red Green Blue C M Y K H S L
Decimal 242 113 32 0 0.53 0.87 0.05 23.14 0.89 0.54
Hex F2 71 20 0 35 57 5 17 59 36
Octal 362 161 40 0 65 127 5 27 131 66
Binary 11110010 1110001 100000 0 110101 1010111 101 10111 1011001 110110

Color Harmonies of #F27120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27120

Black with #F27120

Text Example


Text Example

White with #F27120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27120; }

 p { color: rgb(242,113,32); }

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

background-color css

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

 a { background-color: rgb(242,113,32); }

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

border-color css

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

 span { border-color: rgb(242,113,32); }

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