Html Css Color HEX #FC9D2C Neon Carrot

📋 copy color: '#FC9D2C'

red 252 ◦ green 157 ◦ blue 44

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

Shades of Neon Carrot #FC9D2C

Tints of Neon Carrot #FC9D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 55.63%
G = 34.66%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC9D2C (or 0xFC9D2C) is known color: Neon Carrot. HEX triplet: FC, 9D and 2C. RGB value is (252,157,44). Sum of RGB (Red+Green+Blue) = 252+157+44=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D2C is #0362D3. Grayscale: #ADADAD. Windows color (decimal): -221908 or 2924028. OLE color: 2924028.

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

Color convert

RGB 252 157 44 -
CMYK 0 0.38 0.83 0.01
HSL 32.6º 0.97% 0.58% -
HSV(B) 32.6º 0.83% 0.99% -
XYZ 52.66 44.99 8.29 -
YUV 172.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 252 157 44 0 0.38 0.83 0.01 32.6 0.97 0.58
Hex FC 9D 2C 0 26 53 1 21 61 3A
Octal 374 235 54 0 46 123 1 41 141 72
Binary 11111100 10011101 101100 0 100110 1010011 1 100001 1100001 111010

Color Harmonies of #FC9D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D2C

Black with #FC9D2C

Text Example


Text Example

White with #FC9D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D2C; }

 p { color: rgb(252,157,44); }

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

background-color css

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

 a { background-color: rgb(252,157,44); }

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

border-color css

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

 span { border-color: rgb(252,157,44); }

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