Html Css Color HEX #F27220 Pumpkin

📋 copy color: '#F27220'

red 242 ◦ green 114 ◦ blue 32

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

Shades of Pumpkin #F27220

Tints of Pumpkin #F27220

RGB

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

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

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

R = 62.37%
G = 29.38%
B = 8.25%

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

#F27220 (or 0xF27220) is known color: Pumpkin. HEX triplet: F2, 72 and 20. RGB value is (242,114,32). Sum of RGB (Red+Green+Blue) = 242+114+32=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F27220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27220 is #0D8DDF. Grayscale: #8F8F8F. Windows color (decimal): -888288 or 2126578. OLE color: 2126578.

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

Color convert

RGB 242 114 32 -
CMYK 0 0.53 0.87 0.05
HSL 23.43º 0.89% 0.54% -
HSV(B) 23.43º 0.87% 0.95% -
XYZ 42.9 31.02 5.09 -
YUV 142.92 65.41 198.67 -
System Red Green Blue C M Y K H S L
Decimal 242 114 32 0 0.53 0.87 0.05 23.43 0.89 0.54
Hex F2 72 20 0 35 57 5 17 59 36
Octal 362 162 40 0 65 127 5 27 131 66
Binary 11110010 1110010 100000 0 110101 1010111 101 10111 1011001 110110

Color Harmonies of #F27220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27220

Black with #F27220

Text Example


Text Example

White with #F27220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27220; }

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

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

background-color css

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

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

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

border-color css

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

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

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