Html Css Color HEX #FC973C Neon Carrot

📋 copy color: '#FC973C'

red 252 ◦ green 151 ◦ blue 60

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

Shades of Neon Carrot #FC973C

Tints of Neon Carrot #FC973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

 BLUE value IS 60 (23.83% from 255) = 12.96%

R = 54.43%
G = 32.61%
B = 12.96%

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

#FC973C (or 0xFC973C) is known color: Neon Carrot. HEX triplet: FC, 97 and 3C. RGB value is (252,151,60). Sum of RGB (Red+Green+Blue) = 252+151+60=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC973C is #0368C3. Grayscale: #ABABAB. Windows color (decimal): -223428 or 3971068. OLE color: 3971068.

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

Color convert

RGB 252 151 60 -
CMYK 0 0.40 0.76 0.01
HSL 28.44º 0.97% 0.61% -
HSV(B) 28.44º 0.76% 0.99% -
XYZ 52.03 43.15 9.86 -
YUV 170.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 252 151 60 0 0.40 0.76 0.01 28.44 0.97 0.61
Hex FC 97 3C 0 28 4C 1 1C 61 3D
Octal 374 227 74 0 50 114 1 34 141 75
Binary 11111100 10010111 111100 0 101000 1001100 1 11100 1100001 111101

Color Harmonies of #FC973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC973C

Black with #FC973C

Text Example


Text Example

White with #FC973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC973C; }

 p { color: rgb(252,151,60); }

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

background-color css

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

 a { background-color: rgb(252,151,60); }

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

border-color css

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

 span { border-color: rgb(252,151,60); }

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