Html Css Color HEX #FE8D2C Neon Carrot

📋 copy color: '#FE8D2C'

red 254 ◦ green 141 ◦ blue 44

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

Shades of Neon Carrot #FE8D2C

Tints of Neon Carrot #FE8D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 44 (17.58% from 255) = 10.02%

R = 57.86%
G = 32.12%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE8D2C (or 0xFE8D2C) is known color: Neon Carrot. HEX triplet: FE, 8D and 2C. RGB value is (254,141,44). Sum of RGB (Red+Green+Blue) = 254+141+44=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D2C is #0172D3. Grayscale: #A4A4A4. Windows color (decimal): -94932 or 2919934. OLE color: 2919934.

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

Color convert

RGB 254 141 44 -
CMYK 0 0.44 0.83 0.00
HSL 27.71º 0.99% 0.58% -
HSV(B) 27.71º 0.83% 1% -
XYZ 50.85 40.3 7.48 -
YUV 163.73 60.44 192.39 -
System Red Green Blue C M Y K H S L
Decimal 254 141 44 0 0.44 0.83 0.00 27.71 0.99 0.58
Hex FE 8D 2C 0 2C 53 0 1C 63 3A
Octal 376 215 54 0 54 123 0 34 143 72
Binary 11111110 10001101 101100 0 101100 1010011 0 11100 1100011 111010

Color Harmonies of #FE8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D2C

Black with #FE8D2C

Text Example


Text Example

White with #FE8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D2C; }

 p { color: rgb(254,141,44); }

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

background-color css

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

 a { background-color: rgb(254,141,44); }

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

border-color css

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

 span { border-color: rgb(254,141,44); }

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