Html Css Color HEX #FC9E32 Neon Carrot

📋 copy color: '#FC9E32'

red 252 ◦ green 158 ◦ blue 50

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

Shades of Neon Carrot #FC9E32

Tints of Neon Carrot #FC9E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

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

R = 54.78%
G = 34.35%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC9E32 (or 0xFC9E32) is known color: Neon Carrot. HEX triplet: FC, 9E and 32. RGB value is (252,158,50). Sum of RGB (Red+Green+Blue) = 252+158+50=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E32 is #0361CD. Grayscale: #AEAEAE. Windows color (decimal): -221646 or 3317500. OLE color: 3317500.

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

Color convert

RGB 252 158 50 -
CMYK 0 0.37 0.80 0.01
HSL 32.08º 0.97% 0.59% -
HSV(B) 32.08º 0.8% 0.99% -
XYZ 52.95 45.38 8.99 -
YUV 173.79 58.14 183.78 -
System Red Green Blue C M Y K H S L
Decimal 252 158 50 0 0.37 0.80 0.01 32.08 0.97 0.59
Hex FC 9E 32 0 25 50 1 20 61 3B
Octal 374 236 62 0 45 120 1 40 141 73
Binary 11111100 10011110 110010 0 100101 1010000 1 100000 1100001 111011

Color Harmonies of #FC9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E32

Black with #FC9E32

Text Example


Text Example

White with #FC9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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