Html Css Color HEX #FA8329 Sun

📋 copy color: '#FA8329'

red 250 ◦ green 131 ◦ blue 41

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

Shades of Sun #FA8329

Tints of Sun #FA8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 59.24%
G = 31.04%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8329 (or 0xFA8329) is known color: Sun. HEX triplet: FA, 83 and 29. RGB value is (250,131,41). Sum of RGB (Red+Green+Blue) = 250+131+41=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8329 is #057CD6. Grayscale: #9C9C9C. Windows color (decimal): -359639 or 2720762. OLE color: 2720762.

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

Color convert

RGB 250 131 41 -
CMYK 0 0.48 0.84 0.02
HSL 25.84º 0.95% 0.57% -
HSV(B) 25.84º 0.84% 0.98% -
XYZ 47.94 36.72 6.66 -
YUV 156.32 62.92 194.82 -
System Red Green Blue C M Y K H S L
Decimal 250 131 41 0 0.48 0.84 0.02 25.84 0.95 0.57
Hex FA 83 29 0 30 54 2 1A 5F 39
Octal 372 203 51 0 60 124 2 32 137 71
Binary 11111010 10000011 101001 0 110000 1010100 10 11010 1011111 111001

Color Harmonies of #FA8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8329

Black with #FA8329

Text Example


Text Example

White with #FA8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8329; }

 p { color: rgb(250,131,41); }

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

background-color css

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

 a { background-color: rgb(250,131,41); }

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

border-color css

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

 span { border-color: rgb(250,131,41); }

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