Html Css Color HEX #FE7D1F Pumpkin

📋 copy color: '#FE7D1F'

red 254 ◦ green 125 ◦ blue 31

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

Shades of Pumpkin #FE7D1F

Tints of Pumpkin #FE7D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.56%

R = 61.95%
G = 30.49%
B = 7.56%

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

#FE7D1F (or 0xFE7D1F) is known color: Pumpkin. HEX triplet: FE, 7D and 1F. RGB value is (254,125,31). Sum of RGB (Red+Green+Blue) = 254+125+31=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D1F is #0182E0. Grayscale: #999999. Windows color (decimal): -99041 or 2063870. OLE color: 2063870.

HSL color Cylindrical-coordinate representation of color #FE7D1F: hue angle of 25.29º 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 #FE7D1F is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 125 31 -
CMYK 0 0.51 0.88 0.00
HSL 25.29º 0.99% 0.56% -
HSV(B) 25.29º 0.88% 1% -
XYZ 48.45 35.84 5.66 -
YUV 152.86 59.24 200.14 -
System Red Green Blue C M Y K H S L
Decimal 254 125 31 0 0.51 0.88 0.00 25.29 0.99 0.56
Hex FE 7D 1F 0 33 58 0 19 63 38
Octal 376 175 37 0 63 130 0 31 143 70
Binary 11111110 1111101 11111 0 110011 1011000 0 11001 1100011 111000

Color Harmonies of #FE7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D1F

Black with #FE7D1F

Text Example


Text Example

White with #FE7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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