Html Css Color HEX #FE5A1B Pumpkin

📋 copy color: '#FE5A1B'

red 254 ◦ green 90 ◦ blue 27

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

Shades of Pumpkin #FE5A1B

Tints of Pumpkin #FE5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 68.46%
G = 24.26%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE5A1B (or 0xFE5A1B) is known color: Pumpkin. HEX triplet: FE, 5A and 1B. RGB value is (254,90,27). Sum of RGB (Red+Green+Blue) = 254+90+27=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A1B is #01A5E4. Grayscale: #848484. Windows color (decimal): -108005 or 1792766. OLE color: 1792766.

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

Color convert

RGB 254 90 27 -
CMYK 0 0.65 0.89 0.00
HSL 16.65º 0.99% 0.55% -
HSV(B) 16.65º 0.89% 1% -
XYZ 44.73 28.46 4.17 -
YUV 131.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 254 90 27 0 0.65 0.89 0.00 16.65 0.99 0.55
Hex FE 5A 1B 0 41 59 0 11 63 37
Octal 376 132 33 0 101 131 0 21 143 67
Binary 11111110 1011010 11011 0 1000001 1011001 0 10001 1100011 110111

Color Harmonies of #FE5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A1B

Black with #FE5A1B

Text Example


Text Example

White with #FE5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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