Html Css Color HEX #FE8E28 Neon Carrot

📋 copy color: '#FE8E28'

red 254 ◦ green 142 ◦ blue 40

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

Shades of Neon Carrot #FE8E28

Tints of Neon Carrot #FE8E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.57%

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 58.26%
G = 32.57%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE8E28 (or 0xFE8E28) is known color: Neon Carrot. HEX triplet: FE, 8E and 28. RGB value is (254,142,40). Sum of RGB (Red+Green+Blue) = 254+142+40=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E28 is #0171D7. Grayscale: #A4A4A4. Windows color (decimal): -94680 or 2658046. OLE color: 2658046.

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

Color convert

RGB 254 142 40 -
CMYK 0 0.44 0.84 0.00
HSL 28.6º 0.99% 0.58% -
HSV(B) 28.6º 0.84% 1% -
XYZ 50.93 40.57 7.15 -
YUV 163.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 254 142 40 0 0.44 0.84 0.00 28.6 0.99 0.58
Hex FE 8E 28 0 2C 54 0 1D 63 3A
Octal 376 216 50 0 54 124 0 35 143 72
Binary 11111110 10001110 101000 0 101100 1010100 0 11101 1100011 111010

Color Harmonies of #FE8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E28

Black with #FE8E28

Text Example


Text Example

White with #FE8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E28; }

 p { color: rgb(254,142,40); }

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

background-color css

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

 a { background-color: rgb(254,142,40); }

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

border-color css

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

 span { border-color: rgb(254,142,40); }

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