Html Css Color HEX #F27520 Pumpkin

📋 copy color: '#F27520'

red 242 ◦ green 117 ◦ blue 32

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

Shades of Pumpkin #F27520

Tints of Pumpkin #F27520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 61.89%
G = 29.92%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F27520 (or 0xF27520) is known color: Pumpkin. HEX triplet: F2, 75 and 20. RGB value is (242,117,32). Sum of RGB (Red+Green+Blue) = 242+117+32=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F27520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27520 is #0D8ADF. Grayscale: #919191. Windows color (decimal): -887520 or 2127346. OLE color: 2127346.

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

Color convert

RGB 242 117 32 -
CMYK 0 0.52 0.87 0.05
HSL 24.29º 0.89% 0.54% -
HSV(B) 24.29º 0.87% 0.95% -
XYZ 43.24 31.7 5.21 -
YUV 144.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 242 117 32 0 0.52 0.87 0.05 24.29 0.89 0.54
Hex F2 75 20 0 34 57 5 18 59 36
Octal 362 165 40 0 64 127 5 30 131 66
Binary 11110010 1110101 100000 0 110100 1010111 101 11000 1011001 110110

Color Harmonies of #F27520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27520

Black with #F27520

Text Example


Text Example

White with #F27520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27520; }

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

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

background-color css

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

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

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

border-color css

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

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

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