Html Css Color HEX #FE5E1B Pumpkin

📋 copy color: '#FE5E1B'

red 254 ◦ green 94 ◦ blue 27

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

Shades of Pumpkin #FE5E1B

Tints of Pumpkin #FE5E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 67.73%
G = 25.07%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE5E1B (or 0xFE5E1B) is known color: Pumpkin. HEX triplet: FE, 5E and 1B. RGB value is (254,94,27). Sum of RGB (Red+Green+Blue) = 254+94+27=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5E1B is #01A1E4. Grayscale: #868686. Windows color (decimal): -106981 or 1793790. OLE color: 1793790.

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

Color convert

RGB 254 94 27 -
CMYK 0 0.63 0.89 0.00
HSL 17.71º 0.99% 0.55% -
HSV(B) 17.71º 0.89% 1% -
XYZ 45.07 29.16 4.29 -
YUV 134.2 67.51 213.45 -
System Red Green Blue C M Y K H S L
Decimal 254 94 27 0 0.63 0.89 0.00 17.71 0.99 0.55
Hex FE 5E 1B 0 3F 59 0 12 63 37
Octal 376 136 33 0 77 131 0 22 143 67
Binary 11111110 1011110 11011 0 111111 1011001 0 10010 1100011 110111

Color Harmonies of #FE5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E1B

Black with #FE5E1B

Text Example


Text Example

White with #FE5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E1B; }

 p { color: rgb(254,94,27); }

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

background-color css

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

 a { background-color: rgb(254,94,27); }

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

border-color css

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

 span { border-color: rgb(254,94,27); }

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