Html Css Color HEX #FE7C1C Pumpkin

📋 copy color: '#FE7C1C'

red 254 ◦ green 124 ◦ blue 28

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

Shades of Pumpkin #FE7C1C

Tints of Pumpkin #FE7C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 62.56%
G = 30.54%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE7C1C (or 0xFE7C1C) is known color: Pumpkin. HEX triplet: FE, 7C and 1C. RGB value is (254,124,28). Sum of RGB (Red+Green+Blue) = 254+124+28=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C1C is #0183E3. Grayscale: #989898. Windows color (decimal): -99300 or 1867006. OLE color: 1867006.

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

Color convert

RGB 254 124 28 -
CMYK 0 0.51 0.89 0.00
HSL 25.49º 0.99% 0.55% -
HSV(B) 25.49º 0.89% 1% -
XYZ 48.29 35.57 5.42 -
YUV 151.93 58.07 200.81 -
System Red Green Blue C M Y K H S L
Decimal 254 124 28 0 0.51 0.89 0.00 25.49 0.99 0.55
Hex FE 7C 1C 0 33 59 0 19 63 37
Octal 376 174 34 0 63 131 0 31 143 67
Binary 11111110 1111100 11100 0 110011 1011001 0 11001 1100011 110111

Color Harmonies of #FE7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C1C

Black with #FE7C1C

Text Example


Text Example

White with #FE7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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