Html Css Color HEX #FC8C29 Neon Carrot

📋 copy color: '#FC8C29'

red 252 ◦ green 140 ◦ blue 41

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

Shades of Neon Carrot #FC8C29

Tints of Neon Carrot #FC8C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 41 (16.41% from 255) = 9.47%

R = 58.2%
G = 32.33%
B = 9.47%

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

#FC8C29 (or 0xFC8C29) is known color: Neon Carrot. HEX triplet: FC, 8C and 29. RGB value is (252,140,41). Sum of RGB (Red+Green+Blue) = 252+140+41=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C29 is #0373D6. Grayscale: #A2A2A2. Windows color (decimal): -226263 or 2723068. OLE color: 2723068.

HSL color Cylindrical-coordinate representation of color #FC8C29: hue angle of 28.15º 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 #FC8C29 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 140 41 -
CMYK 0 0.44 0.84 0.01
HSL 28.15º 0.97% 0.57% -
HSV(B) 28.15º 0.84% 0.99% -
XYZ 49.92 39.61 7.11 -
YUV 162.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 252 140 41 0 0.44 0.84 0.01 28.15 0.97 0.57
Hex FC 8C 29 0 2C 54 1 1C 61 39
Octal 374 214 51 0 54 124 1 34 141 71
Binary 11111100 10001100 101001 0 101100 1010100 1 11100 1100001 111001

Color Harmonies of #FC8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C29

Black with #FC8C29

Text Example


Text Example

White with #FC8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C29; }

 p { color: rgb(252,140,41); }

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

background-color css

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

 a { background-color: rgb(252,140,41); }

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

border-color css

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

 span { border-color: rgb(252,140,41); }

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