Html Css Color HEX #FC983C Neon Carrot

📋 copy color: '#FC983C'

red 252 ◦ green 152 ◦ blue 60

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

Shades of Neon Carrot #FC983C

Tints of Neon Carrot #FC983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

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

R = 54.31%
G = 32.76%
B = 12.93%

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

#FC983C (or 0xFC983C) is known color: Neon Carrot. HEX triplet: FC, 98 and 3C. RGB value is (252,152,60). Sum of RGB (Red+Green+Blue) = 252+152+60=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC983C is #0367C3. Grayscale: #ABABAB. Windows color (decimal): -223172 or 3971324. OLE color: 3971324.

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

Color convert

RGB 252 152 60 -
CMYK 0 0.40 0.76 0.01
HSL 28.75º 0.97% 0.61% -
HSV(B) 28.75º 0.76% 0.99% -
XYZ 52.19 43.48 9.92 -
YUV 171.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 252 152 60 0 0.40 0.76 0.01 28.75 0.97 0.61
Hex FC 98 3C 0 28 4C 1 1D 61 3D
Octal 374 230 74 0 50 114 1 35 141 75
Binary 11111100 10011000 111100 0 101000 1001100 1 11101 1100001 111101

Color Harmonies of #FC983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC983C

Black with #FC983C

Text Example


Text Example

White with #FC983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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