Html Css Color HEX #FE7C1E Pumpkin

📋 copy color: '#FE7C1E'

red 254 ◦ green 124 ◦ blue 30

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

Shades of Pumpkin #FE7C1E

Tints of Pumpkin #FE7C1E

RGB

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

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

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

R = 62.25%
G = 30.39%
B = 7.35%

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

#FE7C1E (or 0xFE7C1E) is known color: Pumpkin. HEX triplet: FE, 7C and 1E. RGB value is (254,124,30). Sum of RGB (Red+Green+Blue) = 254+124+30=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C1E is #0183E1. Grayscale: #989898. Windows color (decimal): -99298 or 1998078. OLE color: 1998078.

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

Color convert

RGB 254 124 30 -
CMYK 0 0.51 0.88 0.00
HSL 25.18º 0.99% 0.56% -
HSV(B) 25.18º 0.88% 1% -
XYZ 48.32 35.58 5.55 -
YUV 152.15 59.07 200.64 -
System Red Green Blue C M Y K H S L
Decimal 254 124 30 0 0.51 0.88 0.00 25.18 0.99 0.56
Hex FE 7C 1E 0 33 58 0 19 63 38
Octal 376 174 36 0 63 130 0 31 143 70
Binary 11111110 1111100 11110 0 110011 1011000 0 11001 1100011 111000

Color Harmonies of #FE7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C1E

Black with #FE7C1E

Text Example


Text Example

White with #FE7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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