Html Css Color HEX #FC8530 Sun

📋 copy color: '#FC8530'

red 252 ◦ green 133 ◦ blue 48

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

Shades of Sun #FC8530

Tints of Sun #FC8530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.09%

R = 58.2%
G = 30.72%
B = 11.09%

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

#FC8530 (or 0xFC8530) is known color: Sun. HEX triplet: FC, 85 and 30. RGB value is (252,133,48). Sum of RGB (Red+Green+Blue) = 252+133+48=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8530 is #037ACF. Grayscale: #9F9F9F. Windows color (decimal): -228048 or 3180028. OLE color: 3180028.

HSL color Cylindrical-coordinate representation of color #FC8530: hue angle of 25º 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 #FC8530 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 48 -
CMYK 0 0.47 0.81 0.01
HSL 25º 0.97% 0.59% -
HSV(B) 25º 0.81% 0.99% -
XYZ 49.07 37.68 7.48 -
YUV 158.89 65.42 194.41 -
System Red Green Blue C M Y K H S L
Decimal 252 133 48 0 0.47 0.81 0.01 25 0.97 0.59
Hex FC 85 30 0 2F 51 1 19 61 3B
Octal 374 205 60 0 57 121 1 31 141 73
Binary 11111100 10000101 110000 0 101111 1010001 1 11001 1100001 111011

Color Harmonies of #FC8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8530

Black with #FC8530

Text Example


Text Example

White with #FC8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8530; }

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

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

background-color css

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

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

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

border-color css

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

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

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