Html Css Color HEX #FA823C Sun

📋 copy color: '#FA823C'

red 250 ◦ green 130 ◦ blue 60

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

Shades of Sun #FA823C

Tints of Sun #FA823C

RGB

 RED value IS 250 (98.05% from 255) = 56.82%

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

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

R = 56.82%
G = 29.55%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA823C (or 0xFA823C) is known color: Sun. HEX triplet: FA, 82 and 3C. RGB value is (250,130,60). Sum of RGB (Red+Green+Blue) = 250+130+60=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA823C is #057DC3. Grayscale: #9E9E9E. Windows color (decimal): -359876 or 3965690. OLE color: 3965690.

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

Color convert

RGB 250 130 60 -
CMYK 0 0.48 0.76 0.02
HSL 22.11º 0.95% 0.61% -
HSV(B) 22.11º 0.76% 0.98% -
XYZ 48.22 36.62 8.8 -
YUV 157.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 250 130 60 0 0.48 0.76 0.02 22.11 0.95 0.61
Hex FA 82 3C 0 30 4C 2 16 5F 3D
Octal 372 202 74 0 60 114 2 26 137 75
Binary 11111010 10000010 111100 0 110000 1001100 10 10110 1011111 111101

Color Harmonies of #FA823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA823C

Black with #FA823C

Text Example


Text Example

White with #FA823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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