Html Css Color HEX #FC8E2D Neon Carrot

📋 copy color: '#FC8E2D'

red 252 ◦ green 142 ◦ blue 45

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

Shades of Neon Carrot #FC8E2D

Tints of Neon Carrot #FC8E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.25%

R = 57.4%
G = 32.35%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC8E2D (or 0xFC8E2D) is known color: Neon Carrot. HEX triplet: FC, 8E and 2D. RGB value is (252,142,45). Sum of RGB (Red+Green+Blue) = 252+142+45=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8E2D is #0371D2. Grayscale: #A4A4A4. Windows color (decimal): -225747 or 2985724. OLE color: 2985724.

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

Color convert

RGB 252 142 45 -
CMYK 0 0.44 0.82 0.01
HSL 28.12º 0.97% 0.58% -
HSV(B) 28.12º 0.82% 0.99% -
XYZ 50.29 40.23 7.6 -
YUV 163.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 252 142 45 0 0.44 0.82 0.01 28.12 0.97 0.58
Hex FC 8E 2D 0 2C 52 1 1C 61 3A
Octal 374 216 55 0 54 122 1 34 141 72
Binary 11111100 10001110 101101 0 101100 1010010 1 11100 1100001 111010

Color Harmonies of #FC8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E2D

Black with #FC8E2D

Text Example


Text Example

White with #FC8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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