Html Css Color HEX #FC983F Sunshade

📋 copy color: '#FC983F'

red 252 ◦ green 152 ◦ blue 63

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

Shades of Sunshade #FC983F

Tints of Sunshade #FC983F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.49%

R = 53.96%
G = 32.55%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC983F (or 0xFC983F) is known color: Sunshade. HEX triplet: FC, 98 and 3F. RGB value is (252,152,63). Sum of RGB (Red+Green+Blue) = 252+152+63=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC983F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC983F is #0367C0. Grayscale: #ACACAC. Windows color (decimal): -223169 or 4167932. OLE color: 4167932.

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

Color convert

RGB 252 152 63 -
CMYK 0 0.40 0.75 0.01
HSL 28.25º 0.97% 0.62% -
HSV(B) 28.25º 0.75% 0.99% -
XYZ 52.27 43.51 10.35 -
YUV 171.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 252 152 63 0 0.40 0.75 0.01 28.25 0.97 0.62
Hex FC 98 3F 0 28 4B 1 1C 61 3E
Octal 374 230 77 0 50 113 1 34 141 76
Binary 11111100 10011000 111111 0 101000 1001011 1 11100 1100001 111110

Color Harmonies of #FC983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC983F

Black with #FC983F

Text Example


Text Example

White with #FC983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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