Html Css Color HEX #FC992C Neon Carrot

📋 copy color: '#FC992C'

red 252 ◦ green 153 ◦ blue 44

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

Shades of Neon Carrot #FC992C

Tints of Neon Carrot #FC992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

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

R = 56.12%
G = 34.08%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC992C (or 0xFC992C) is known color: Neon Carrot. HEX triplet: FC, 99 and 2C. RGB value is (252,153,44). Sum of RGB (Red+Green+Blue) = 252+153+44=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC992C is #0366D3. Grayscale: #AAAAAA. Windows color (decimal): -222932 or 2923004. OLE color: 2923004.

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

Color convert

RGB 252 153 44 -
CMYK 0 0.39 0.83 0.01
HSL 31.44º 0.97% 0.58% -
HSV(B) 31.44º 0.83% 0.99% -
XYZ 51.99 43.66 8.07 -
YUV 170.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 252 153 44 0 0.39 0.83 0.01 31.44 0.97 0.58
Hex FC 99 2C 0 27 53 1 1F 61 3A
Octal 374 231 54 0 47 123 1 37 141 72
Binary 11111100 10011001 101100 0 100111 1010011 1 11111 1100001 111010

Color Harmonies of #FC992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC992C

Black with #FC992C

Text Example


Text Example

White with #FC992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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