Html Css Color HEX #FC8531 Sun

📋 copy color: '#FC8531'

red 252 ◦ green 133 ◦ blue 49

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

Shades of Sun #FC8531

Tints of Sun #FC8531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 58.06%
G = 30.65%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8531 (or 0xFC8531) is known color: Sun. HEX triplet: FC, 85 and 31. RGB value is (252,133,49). Sum of RGB (Red+Green+Blue) = 252+133+49=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8531 is #037ACE. Grayscale: #9F9F9F. Windows color (decimal): -228047 or 3245564. OLE color: 3245564.

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

Color convert

RGB 252 133 49 -
CMYK 0 0.47 0.81 0.01
HSL 24.83º 0.97% 0.59% -
HSV(B) 24.83º 0.81% 0.99% -
XYZ 49.09 37.69 7.59 -
YUV 159.01 65.92 194.33 -
System Red Green Blue C M Y K H S L
Decimal 252 133 49 0 0.47 0.81 0.01 24.83 0.97 0.59
Hex FC 85 31 0 2F 51 1 19 61 3B
Octal 374 205 61 0 57 121 1 31 141 73
Binary 11111100 10000101 110001 0 101111 1010001 1 11001 1100001 111011

Color Harmonies of #FC8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8531

Black with #FC8531

Text Example


Text Example

White with #FC8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8531; }

 p { color: rgb(252,133,49); }

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

background-color css

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

 a { background-color: rgb(252,133,49); }

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

border-color css

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

 span { border-color: rgb(252,133,49); }

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