Html Css Color HEX #F27C20 Pumpkin

📋 copy color: '#F27C20'

red 242 ◦ green 124 ◦ blue 32

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

Shades of Pumpkin #F27C20

Tints of Pumpkin #F27C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

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

R = 60.8%
G = 31.16%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F27C20 (or 0xF27C20) is known color: Pumpkin. HEX triplet: F2, 7C and 20. RGB value is (242,124,32). Sum of RGB (Red+Green+Blue) = 242+124+32=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C20 is #0D83DF. Grayscale: #959595. Windows color (decimal): -885728 or 2129138. OLE color: 2129138.

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

Color convert

RGB 242 124 32 -
CMYK 0 0.49 0.87 0.05
HSL 26.29º 0.89% 0.54% -
HSV(B) 26.29º 0.87% 0.95% -
XYZ 44.09 33.4 5.49 -
YUV 148.79 62.09 194.48 -
System Red Green Blue C M Y K H S L
Decimal 242 124 32 0 0.49 0.87 0.05 26.29 0.89 0.54
Hex F2 7C 20 0 31 57 5 1A 59 36
Octal 362 174 40 0 61 127 5 32 131 66
Binary 11110010 1111100 100000 0 110001 1010111 101 11010 1011001 110110

Color Harmonies of #F27C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C20

Black with #F27C20

Text Example


Text Example

White with #F27C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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