Html Css Color HEX #FC823C Sun

📋 copy color: '#FC823C'

red 252 ◦ green 130 ◦ blue 60

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

Shades of Sun #FC823C

Tints of Sun #FC823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.57%

R = 57.01%
G = 29.41%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC823C (or 0xFC823C) is known color: Sun. HEX triplet: FC, 82 and 3C. RGB value is (252,130,60). Sum of RGB (Red+Green+Blue) = 252+130+60=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC823C is #037DC3. Grayscale: #9E9E9E. Windows color (decimal): -228804 or 3965692. OLE color: 3965692.

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

Color convert

RGB 252 130 60 -
CMYK 0 0.48 0.76 0.01
HSL 21.88º 0.97% 0.61% -
HSV(B) 21.88º 0.76% 0.99% -
XYZ 48.94 36.99 8.83 -
YUV 158.5 72.42 194.69 -
System Red Green Blue C M Y K H S L
Decimal 252 130 60 0 0.48 0.76 0.01 21.88 0.97 0.61
Hex FC 82 3C 0 30 4C 1 16 61 3D
Octal 374 202 74 0 60 114 1 26 141 75
Binary 11111100 10000010 111100 0 110000 1001100 1 10110 1100001 111101

Color Harmonies of #FC823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC823C

Black with #FC823C

Text Example


Text Example

White with #FC823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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