Html Css Color HEX #FC8D32 Neon Carrot

📋 copy color: '#FC8D32'

red 252 ◦ green 141 ◦ blue 50

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

Shades of Neon Carrot #FC8D32

Tints of Neon Carrot #FC8D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 56.88%
G = 31.83%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC8D32 (or 0xFC8D32) is known color: Neon Carrot. HEX triplet: FC, 8D and 32. RGB value is (252,141,50). Sum of RGB (Red+Green+Blue) = 252+141+50=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D32 is #0372CD. Grayscale: #A4A4A4. Windows color (decimal): -225998 or 3313148. OLE color: 3313148.

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

Color convert

RGB 252 141 50 -
CMYK 0 0.44 0.80 0.01
HSL 27.03º 0.97% 0.59% -
HSV(B) 27.03º 0.8% 0.99% -
XYZ 50.25 39.98 8.09 -
YUV 163.82 63.77 190.9 -
System Red Green Blue C M Y K H S L
Decimal 252 141 50 0 0.44 0.80 0.01 27.03 0.97 0.59
Hex FC 8D 32 0 2C 50 1 1B 61 3B
Octal 374 215 62 0 54 120 1 33 141 73
Binary 11111100 10001101 110010 0 101100 1010000 1 11011 1100001 111011

Color Harmonies of #FC8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D32

Black with #FC8D32

Text Example


Text Example

White with #FC8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D32; }

 p { color: rgb(252,141,50); }

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

background-color css

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

 a { background-color: rgb(252,141,50); }

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

border-color css

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

 span { border-color: rgb(252,141,50); }

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