Html Css Color HEX #FC953D Neon Carrot

📋 copy color: '#FC953D'

red 252 ◦ green 149 ◦ blue 61

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

Shades of Neon Carrot #FC953D

Tints of Neon Carrot #FC953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.2%

R = 54.55%
G = 32.25%
B = 13.2%

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

#FC953D (or 0xFC953D) is known color: Neon Carrot. HEX triplet: FC, 95 and 3D. RGB value is (252,149,61). Sum of RGB (Red+Green+Blue) = 252+149+61=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC953D is #036AC2. Grayscale: #AAAAAA. Windows color (decimal): -223939 or 4036092. OLE color: 4036092.

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

Color convert

RGB 252 149 61 -
CMYK 0 0.41 0.76 0.01
HSL 27.64º 0.97% 0.61% -
HSV(B) 27.64º 0.76% 0.99% -
XYZ 51.73 42.53 9.9 -
YUV 169.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 252 149 61 0 0.41 0.76 0.01 27.64 0.97 0.61
Hex FC 95 3D 0 29 4C 1 1C 61 3D
Octal 374 225 75 0 51 114 1 34 141 75
Binary 11111100 10010101 111101 0 101001 1001100 1 11100 1100001 111101

Color Harmonies of #FC953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC953D

Black with #FC953D

Text Example


Text Example

White with #FC953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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