Html Css Color HEX #FE861B Pumpkin

📋 copy color: '#FE861B'

red 254 ◦ green 134 ◦ blue 27

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

Shades of Pumpkin #FE861B

Tints of Pumpkin #FE861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

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

R = 61.2%
G = 32.29%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE861B (or 0xFE861B) is known color: Pumpkin. HEX triplet: FE, 86 and 1B. RGB value is (254,134,27). Sum of RGB (Red+Green+Blue) = 254+134+27=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE861B is #0179E4. Grayscale: #9E9E9E. Windows color (decimal): -96741 or 1804030. OLE color: 1804030.

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

Color convert

RGB 254 134 27 -
CMYK 0 0.47 0.89 0.00
HSL 28.28º 0.99% 0.55% -
HSV(B) 28.28º 0.89% 1% -
XYZ 49.6 38.2 5.8 -
YUV 157.68 54.26 196.7 -
System Red Green Blue C M Y K H S L
Decimal 254 134 27 0 0.47 0.89 0.00 28.28 0.99 0.55
Hex FE 86 1B 0 2F 59 0 1C 63 37
Octal 376 206 33 0 57 131 0 34 143 67
Binary 11111110 10000110 11011 0 101111 1011001 0 11100 1100011 110111

Color Harmonies of #FE861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE861B

Black with #FE861B

Text Example


Text Example

White with #FE861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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