Html Css Color HEX #FC8529 Sun

📋 copy color: '#FC8529'

red 252 ◦ green 133 ◦ blue 41

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

Shades of Sun #FC8529

Tints of Sun #FC8529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 59.15%
G = 31.22%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC8529 (or 0xFC8529) is known color: Sun. HEX triplet: FC, 85 and 29. RGB value is (252,133,41). Sum of RGB (Red+Green+Blue) = 252+133+41=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8529 is #037AD6. Grayscale: #9E9E9E. Windows color (decimal): -228055 or 2721276. OLE color: 2721276.

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

Color convert

RGB 252 133 41 -
CMYK 0 0.47 0.84 0.01
HSL 26.16º 0.97% 0.57% -
HSV(B) 26.16º 0.84% 0.99% -
XYZ 48.93 37.63 6.78 -
YUV 158.09 61.92 194.98 -
System Red Green Blue C M Y K H S L
Decimal 252 133 41 0 0.47 0.84 0.01 26.16 0.97 0.57
Hex FC 85 29 0 2F 54 1 1A 61 39
Octal 374 205 51 0 57 124 1 32 141 71
Binary 11111100 10000101 101001 0 101111 1010100 1 11010 1100001 111001

Color Harmonies of #FC8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8529

Black with #FC8529

Text Example


Text Example

White with #FC8529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8529; }

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

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

background-color css

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

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

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

border-color css

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

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

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