Html Css Color HEX #FC943C Neon Carrot

📋 copy color: '#FC943C'

red 252 ◦ green 148 ◦ blue 60

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

Shades of Neon Carrot #FC943C

Tints of Neon Carrot #FC943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 54.78%
G = 32.17%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC943C (or 0xFC943C) is known color: Neon Carrot. HEX triplet: FC, 94 and 3C. RGB value is (252,148,60). Sum of RGB (Red+Green+Blue) = 252+148+60=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC943C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC943C is #036BC3. Grayscale: #A9A9A9. Windows color (decimal): -224196 or 3970300. OLE color: 3970300.

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

Color convert

RGB 252 148 60 -
CMYK 0 0.41 0.76 0.01
HSL 27.5º 0.97% 0.61% -
HSV(B) 27.5º 0.76% 0.99% -
XYZ 51.55 42.2 9.7 -
YUV 169.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 252 148 60 0 0.41 0.76 0.01 27.5 0.97 0.61
Hex FC 94 3C 0 29 4C 1 1C 61 3D
Octal 374 224 74 0 51 114 1 34 141 75
Binary 11111100 10010100 111100 0 101001 1001100 1 11100 1100001 111101

Color Harmonies of #FC943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC943C

Black with #FC943C

Text Example


Text Example

White with #FC943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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