Html Css Color HEX #FC953C Neon Carrot

📋 copy color: '#FC953C'

red 252 ◦ green 149 ◦ blue 60

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

Shades of Neon Carrot #FC953C

Tints of Neon Carrot #FC953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 54.66%
G = 32.32%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC953C (or 0xFC953C) is known color: Neon Carrot. HEX triplet: FC, 95 and 3C. RGB value is (252,149,60). Sum of RGB (Red+Green+Blue) = 252+149+60=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC953C is #036AC3. Grayscale: #AAAAAA. Windows color (decimal): -223940 or 3970556. OLE color: 3970556.

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

Color convert

RGB 252 149 60 -
CMYK 0 0.41 0.76 0.01
HSL 27.81º 0.97% 0.61% -
HSV(B) 27.81º 0.76% 0.99% -
XYZ 51.71 42.52 9.76 -
YUV 169.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 252 149 60 0 0.41 0.76 0.01 27.81 0.97 0.61
Hex FC 95 3C 0 29 4C 1 1C 61 3D
Octal 374 225 74 0 51 114 1 34 141 75
Binary 11111100 10010101 111100 0 101001 1001100 1 11100 1100001 111101

Color Harmonies of #FC953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC953C

Black with #FC953C

Text Example


Text Example

White with #FC953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC953C; }

 p { color: rgb(252,149,60); }

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

background-color css

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

 a { background-color: rgb(252,149,60); }

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

border-color css

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

 span { border-color: rgb(252,149,60); }

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