Html Css Color HEX #FC9C2C Neon Carrot

📋 copy color: '#FC9C2C'

red 252 ◦ green 156 ◦ blue 44

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

Shades of Neon Carrot #FC9C2C

Tints of Neon Carrot #FC9C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

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

R = 55.75%
G = 34.51%
B = 9.73%

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

#FC9C2C (or 0xFC9C2C) is known color: Neon Carrot. HEX triplet: FC, 9C and 2C. RGB value is (252,156,44). Sum of RGB (Red+Green+Blue) = 252+156+44=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C2C is #0363D3. Grayscale: #ACACAC. Windows color (decimal): -222164 or 2923772. OLE color: 2923772.

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

Color convert

RGB 252 156 44 -
CMYK 0 0.38 0.83 0.01
HSL 32.31º 0.97% 0.58% -
HSV(B) 32.31º 0.83% 0.99% -
XYZ 52.49 44.65 8.24 -
YUV 171.94 55.8 185.11 -
System Red Green Blue C M Y K H S L
Decimal 252 156 44 0 0.38 0.83 0.01 32.31 0.97 0.58
Hex FC 9C 2C 0 26 53 1 20 61 3A
Octal 374 234 54 0 46 123 1 40 141 72
Binary 11111100 10011100 101100 0 100110 1010011 1 100000 1100001 111010

Color Harmonies of #FC9C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C2C

Black with #FC9C2C

Text Example


Text Example

White with #FC9C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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