Html Css Color HEX #FC823A Sun

📋 copy color: '#FC823A'

red 252 ◦ green 130 ◦ blue 58

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

Shades of Sun #FC823A

Tints of Sun #FC823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 57.27%
G = 29.55%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC823A (or 0xFC823A) is known color: Sun. HEX triplet: FC, 82 and 3A. RGB value is (252,130,58). Sum of RGB (Red+Green+Blue) = 252+130+58=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC823A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC823A is #037DC5. Grayscale: #9E9E9E. Windows color (decimal): -228806 or 3834620. OLE color: 3834620.

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

Color convert

RGB 252 130 58 -
CMYK 0 0.48 0.77 0.01
HSL 22.27º 0.97% 0.61% -
HSV(B) 22.27º 0.77% 0.99% -
XYZ 48.89 36.97 8.56 -
YUV 158.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 252 130 58 0 0.48 0.77 0.01 22.27 0.97 0.61
Hex FC 82 3A 0 30 4D 1 16 61 3D
Octal 374 202 72 0 60 115 1 26 141 75
Binary 11111100 10000010 111010 0 110000 1001101 1 10110 1100001 111101

Color Harmonies of #FC823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC823A

Black with #FC823A

Text Example


Text Example

White with #FC823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC823A; }

 p { color: rgb(252,130,58); }

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

background-color css

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

 a { background-color: rgb(252,130,58); }

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

border-color css

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

 span { border-color: rgb(252,130,58); }

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