Html Css Color HEX #FE841B Pumpkin

📋 copy color: '#FE841B'

red 254 ◦ green 132 ◦ blue 27

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

Shades of Pumpkin #FE841B

Tints of Pumpkin #FE841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

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

R = 61.5%
G = 31.96%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE841B (or 0xFE841B) is known color: Pumpkin. HEX triplet: FE, 84 and 1B. RGB value is (254,132,27). Sum of RGB (Red+Green+Blue) = 254+132+27=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE841B is #017BE4. Grayscale: #9D9D9D. Windows color (decimal): -97253 or 1803518. OLE color: 1803518.

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

Color convert

RGB 254 132 27 -
CMYK 0 0.48 0.89 0.00
HSL 27.75º 0.99% 0.55% -
HSV(B) 27.75º 0.89% 1% -
XYZ 49.32 37.65 5.71 -
YUV 156.51 54.92 197.54 -
System Red Green Blue C M Y K H S L
Decimal 254 132 27 0 0.48 0.89 0.00 27.75 0.99 0.55
Hex FE 84 1B 0 30 59 0 1C 63 37
Octal 376 204 33 0 60 131 0 34 143 67
Binary 11111110 10000100 11011 0 110000 1011001 0 11100 1100011 110111

Color Harmonies of #FE841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE841B

Black with #FE841B

Text Example


Text Example

White with #FE841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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