Html Css Color HEX #FC963E Neon Carrot

📋 copy color: '#FC963E'

red 252 ◦ green 150 ◦ blue 62

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

Shades of Neon Carrot #FC963E

Tints of Neon Carrot #FC963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.36%

R = 54.31%
G = 32.33%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC963E (or 0xFC963E) is known color: Neon Carrot. HEX triplet: FC, 96 and 3E. RGB value is (252,150,62). Sum of RGB (Red+Green+Blue) = 252+150+62=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC963E is #0369C1. Grayscale: #AAAAAA. Windows color (decimal): -223682 or 4101884. OLE color: 4101884.

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

Color convert

RGB 252 150 62 -
CMYK 0 0.40 0.75 0.01
HSL 27.79º 0.97% 0.62% -
HSV(B) 27.79º 0.75% 0.99% -
XYZ 51.92 42.86 10.09 -
YUV 170.47 66.79 186.16 -
System Red Green Blue C M Y K H S L
Decimal 252 150 62 0 0.40 0.75 0.01 27.79 0.97 0.62
Hex FC 96 3E 0 28 4B 1 1C 61 3E
Octal 374 226 76 0 50 113 1 34 141 76
Binary 11111100 10010110 111110 0 101000 1001011 1 11100 1100001 111110

Color Harmonies of #FC963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC963E

Black with #FC963E

Text Example


Text Example

White with #FC963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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