Html Css Color HEX #FC8E28 Neon Carrot

📋 copy color: '#FC8E28'

red 252 ◦ green 142 ◦ blue 40

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

Shades of Neon Carrot #FC8E28

Tints of Neon Carrot #FC8E28

RGB

 RED value IS 252 (98.83% from 255) = 58.06%

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

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

R = 58.06%
G = 32.72%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC8E28 (or 0xFC8E28) is known color: Neon Carrot. HEX triplet: FC, 8E and 28. RGB value is (252,142,40). Sum of RGB (Red+Green+Blue) = 252+142+40=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8E28 is #0371D7. Grayscale: #A3A3A3. Windows color (decimal): -225752 or 2658044. OLE color: 2658044.

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

Color convert

RGB 252 142 40 -
CMYK 0 0.44 0.84 0.01
HSL 28.87º 0.97% 0.57% -
HSV(B) 28.87º 0.84% 0.99% -
XYZ 50.2 40.19 7.12 -
YUV 163.26 58.44 191.29 -
System Red Green Blue C M Y K H S L
Decimal 252 142 40 0 0.44 0.84 0.01 28.87 0.97 0.57
Hex FC 8E 28 0 2C 54 1 1D 61 39
Octal 374 216 50 0 54 124 1 35 141 71
Binary 11111100 10001110 101000 0 101100 1010100 1 11101 1100001 111001

Color Harmonies of #FC8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E28

Black with #FC8E28

Text Example


Text Example

White with #FC8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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