Html Css Color HEX #FC8630 Sun

📋 copy color: '#FC8630'

red 252 ◦ green 134 ◦ blue 48

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

Shades of Sun #FC8630

Tints of Sun #FC8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 58.06%
G = 30.88%
B = 11.06%

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

#FC8630 (or 0xFC8630) is known color: Sun. HEX triplet: FC, 86 and 30. RGB value is (252,134,48). Sum of RGB (Red+Green+Blue) = 252+134+48=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8630 is #0379CF. Grayscale: #9F9F9F. Windows color (decimal): -227792 or 3180284. OLE color: 3180284.

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

Color convert

RGB 252 134 48 -
CMYK 0 0.47 0.81 0.01
HSL 25.29º 0.97% 0.59% -
HSV(B) 25.29º 0.81% 0.99% -
XYZ 49.2 37.96 7.53 -
YUV 159.48 65.09 193.99 -
System Red Green Blue C M Y K H S L
Decimal 252 134 48 0 0.47 0.81 0.01 25.29 0.97 0.59
Hex FC 86 30 0 2F 51 1 19 61 3B
Octal 374 206 60 0 57 121 1 31 141 73
Binary 11111100 10000110 110000 0 101111 1010001 1 11001 1100001 111011

Color Harmonies of #FC8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8630

Black with #FC8630

Text Example


Text Example

White with #FC8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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