Html Css Color HEX #FE7D1E Pumpkin

📋 copy color: '#FE7D1E'

red 254 ◦ green 125 ◦ blue 30

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

Shades of Pumpkin #FE7D1E

Tints of Pumpkin #FE7D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.33%

R = 62.1%
G = 30.56%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE7D1E (or 0xFE7D1E) is known color: Pumpkin. HEX triplet: FE, 7D and 1E. RGB value is (254,125,30). Sum of RGB (Red+Green+Blue) = 254+125+30=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D1E is #0182E1. Grayscale: #999999. Windows color (decimal): -99042 or 1998334. OLE color: 1998334.

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

Color convert

RGB 254 125 30 -
CMYK 0 0.51 0.88 0.00
HSL 25.45º 0.99% 0.56% -
HSV(B) 25.45º 0.88% 1% -
XYZ 48.44 35.83 5.59 -
YUV 152.74 58.74 200.22 -
System Red Green Blue C M Y K H S L
Decimal 254 125 30 0 0.51 0.88 0.00 25.45 0.99 0.56
Hex FE 7D 1E 0 33 58 0 19 63 38
Octal 376 175 36 0 63 130 0 31 143 70
Binary 11111110 1111101 11110 0 110011 1011000 0 11001 1100011 111000

Color Harmonies of #FE7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D1E

Black with #FE7D1E

Text Example


Text Example

White with #FE7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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