Html Css Color HEX #FC8532 Sun

📋 copy color: '#FC8532'

red 252 ◦ green 133 ◦ blue 50

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

Shades of Sun #FC8532

Tints of Sun #FC8532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 57.93%
G = 30.57%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC8532 (or 0xFC8532) is known color: Sun. HEX triplet: FC, 85 and 32. RGB value is (252,133,50). Sum of RGB (Red+Green+Blue) = 252+133+50=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8532 is #037ACD. Grayscale: #9F9F9F. Windows color (decimal): -228046 or 3311100. OLE color: 3311100.

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

Color convert

RGB 252 133 50 -
CMYK 0 0.47 0.80 0.01
HSL 24.65º 0.97% 0.59% -
HSV(B) 24.65º 0.8% 0.99% -
XYZ 49.11 37.7 7.71 -
YUV 159.12 66.42 194.25 -
System Red Green Blue C M Y K H S L
Decimal 252 133 50 0 0.47 0.80 0.01 24.65 0.97 0.59
Hex FC 85 32 0 2F 50 1 19 61 3B
Octal 374 205 62 0 57 120 1 31 141 73
Binary 11111100 10000101 110010 0 101111 1010000 1 11001 1100001 111011

Color Harmonies of #FC8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8532

Black with #FC8532

Text Example


Text Example

White with #FC8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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