Html Css Color HEX #FC953A Neon Carrot

📋 copy color: '#FC953A'

red 252 ◦ green 149 ◦ blue 58

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

Shades of Neon Carrot #FC953A

Tints of Neon Carrot #FC953A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 54.9%
G = 32.46%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC953A (or 0xFC953A) is known color: Neon Carrot. HEX triplet: FC, 95 and 3A. RGB value is (252,149,58). Sum of RGB (Red+Green+Blue) = 252+149+58=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC953A is #036AC5. Grayscale: #A9A9A9. Windows color (decimal): -223942 or 3839484. OLE color: 3839484.

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

Color convert

RGB 252 149 58 -
CMYK 0 0.41 0.77 0.01
HSL 28.14º 0.97% 0.61% -
HSV(B) 28.14º 0.77% 0.99% -
XYZ 51.66 42.5 9.48 -
YUV 169.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 252 149 58 0 0.41 0.77 0.01 28.14 0.97 0.61
Hex FC 95 3A 0 29 4D 1 1C 61 3D
Octal 374 225 72 0 51 115 1 34 141 75
Binary 11111100 10010101 111010 0 101001 1001101 1 11100 1100001 111101

Color Harmonies of #FC953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC953A

Black with #FC953A

Text Example


Text Example

White with #FC953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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