Html Css Color HEX #FC963D Neon Carrot

📋 copy color: '#FC963D'

red 252 ◦ green 150 ◦ blue 61

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

Shades of Neon Carrot #FC963D

Tints of Neon Carrot #FC963D

RGB

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

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

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

R = 54.43%
G = 32.4%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC963D (or 0xFC963D) is known color: Neon Carrot. HEX triplet: FC, 96 and 3D. RGB value is (252,150,61). Sum of RGB (Red+Green+Blue) = 252+150+61=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC963D is #0369C2. Grayscale: #AAAAAA. Windows color (decimal): -223683 or 4036348. OLE color: 4036348.

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

Color convert

RGB 252 150 61 -
CMYK 0 0.40 0.76 0.01
HSL 27.96º 0.97% 0.61% -
HSV(B) 27.96º 0.76% 0.99% -
XYZ 51.89 42.85 9.95 -
YUV 170.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 252 150 61 0 0.40 0.76 0.01 27.96 0.97 0.61
Hex FC 96 3D 0 28 4C 1 1C 61 3D
Octal 374 226 75 0 50 114 1 34 141 75
Binary 11111100 10010110 111101 0 101000 1001100 1 11100 1100001 111101

Color Harmonies of #FC963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC963D

Black with #FC963D

Text Example


Text Example

White with #FC963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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