Html Css Color HEX #FC983A Neon Carrot

📋 copy color: '#FC983A'

red 252 ◦ green 152 ◦ blue 58

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

Shades of Neon Carrot #FC983A

Tints of Neon Carrot #FC983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.55%

R = 54.55%
G = 32.9%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC983A (or 0xFC983A) is known color: Neon Carrot. HEX triplet: FC, 98 and 3A. RGB value is (252,152,58). Sum of RGB (Red+Green+Blue) = 252+152+58=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC983A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC983A is #0367C5. Grayscale: #ABABAB. Windows color (decimal): -223174 or 3840252. OLE color: 3840252.

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

Color convert

RGB 252 152 58 -
CMYK 0 0.40 0.77 0.01
HSL 29.07º 0.97% 0.61% -
HSV(B) 29.07º 0.77% 0.99% -
XYZ 52.14 43.46 9.64 -
YUV 171.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 252 152 58 0 0.40 0.77 0.01 29.07 0.97 0.61
Hex FC 98 3A 0 28 4D 1 1D 61 3D
Octal 374 230 72 0 50 115 1 35 141 75
Binary 11111100 10011000 111010 0 101000 1001101 1 11101 1100001 111101

Color Harmonies of #FC983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC983A

Black with #FC983A

Text Example


Text Example

White with #FC983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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