Html Css Color HEX #FC7E28 Pumpkin

📋 copy color: '#FC7E28'

red 252 ◦ green 126 ◦ blue 40

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

Shades of Pumpkin #FC7E28

Tints of Pumpkin #FC7E28

RGB

 RED value IS 252 (98.83% from 255) = 60.29%

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 60.29%
G = 30.14%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7E28 (or 0xFC7E28) is known color: Pumpkin. HEX triplet: FC, 7E and 28. RGB value is (252,126,40). Sum of RGB (Red+Green+Blue) = 252+126+40=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E28 is #0381D7. Grayscale: #9A9A9A. Windows color (decimal): -229848 or 2653948. OLE color: 2653948.

HSL color Cylindrical-coordinate representation of color #FC7E28: hue angle of 24.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC7E28 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 126 40 -
CMYK 0 0.5 0.84 0.01
HSL 24.34º 0.97% 0.57% -
HSV(B) 24.34º 0.84% 0.99% -
XYZ 47.99 35.77 6.38 -
YUV 153.87 63.74 197.99 -
System Red Green Blue C M Y K H S L
Decimal 252 126 40 0 0.5 0.84 0.01 24.34 0.97 0.57
Hex FC 7E 28 0 32 54 1 18 61 39
Octal 374 176 50 0 62 124 1 30 141 71
Binary 11111100 1111110 101000 0 110010 1010100 1 11000 1100001 111001

Color Harmonies of #FC7E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E28

Black with #FC7E28

Text Example


Text Example

White with #FC7E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E28; }

 p { color: rgb(252,126,40); }

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

background-color css

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

 a { background-color: rgb(252,126,40); }

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

border-color css

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

 span { border-color: rgb(252,126,40); }

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