Html Css Color HEX #FE7D28 Pumpkin

📋 copy color: '#FE7D28'

red 254 ◦ green 125 ◦ blue 40

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

Shades of Pumpkin #FE7D28

Tints of Pumpkin #FE7D28

RGB

 RED value IS 254 (99.61% from 255) = 60.62%

 GREEN value IS 125 (49.22% from 255) = 29.83%

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

R = 60.62%
G = 29.83%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE7D28 (or 0xFE7D28) is known color: Pumpkin. HEX triplet: FE, 7D and 28. RGB value is (254,125,40). Sum of RGB (Red+Green+Blue) = 254+125+40=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D28 is #0182D7. Grayscale: #9A9A9A. Windows color (decimal): -99032 or 2653694. OLE color: 2653694.

HSL color Cylindrical-coordinate representation of color #FE7D28: hue angle of 23.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE7D28 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 125 40 -
CMYK 0 0.51 0.84 0.00
HSL 23.83º 0.99% 0.58% -
HSV(B) 23.83º 0.84% 1% -
XYZ 48.59 35.89 6.37 -
YUV 153.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 254 125 40 0 0.51 0.84 0.00 23.83 0.99 0.58
Hex FE 7D 28 0 33 54 0 18 63 3A
Octal 376 175 50 0 63 124 0 30 143 72
Binary 11111110 1111101 101000 0 110011 1010100 0 11000 1100011 111010

Color Harmonies of #FE7D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D28

Black with #FE7D28

Text Example


Text Example

White with #FE7D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D28; }

 p { color: rgb(254,125,40); }

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

background-color css

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

 a { background-color: rgb(254,125,40); }

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

border-color css

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

 span { border-color: rgb(254,125,40); }

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