Html Css Color HEX #FC963A Neon Carrot

📋 copy color: '#FC963A'

red 252 ◦ green 150 ◦ blue 58

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

Shades of Neon Carrot #FC963A

Tints of Neon Carrot #FC963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.61%

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

R = 54.78%
G = 32.61%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC963A (or 0xFC963A) is known color: Neon Carrot. HEX triplet: FC, 96 and 3A. RGB value is (252,150,58). Sum of RGB (Red+Green+Blue) = 252+150+58=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC963A is #0369C5. Grayscale: #AAAAAA. Windows color (decimal): -223686 or 3839740. OLE color: 3839740.

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

Color convert

RGB 252 150 58 -
CMYK 0 0.40 0.77 0.01
HSL 28.45º 0.97% 0.61% -
HSV(B) 28.45º 0.77% 0.99% -
XYZ 51.81 42.81 9.54 -
YUV 170.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 252 150 58 0 0.40 0.77 0.01 28.45 0.97 0.61
Hex FC 96 3A 0 28 4D 1 1C 61 3D
Octal 374 226 72 0 50 115 1 34 141 75
Binary 11111100 10010110 111010 0 101000 1001101 1 11100 1100001 111101

Color Harmonies of #FC963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC963A

Black with #FC963A

Text Example


Text Example

White with #FC963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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