Html Css Color HEX #FA8332 Sun

📋 copy color: '#FA8332'

red 250 ◦ green 131 ◦ blue 50

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

Shades of Sun #FA8332

Tints of Sun #FA8332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.6%

R = 58%
G = 30.39%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA8332 (or 0xFA8332) is known color: Sun. HEX triplet: FA, 83 and 32. RGB value is (250,131,50). Sum of RGB (Red+Green+Blue) = 250+131+50=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8332 is #057CCD. Grayscale: #9D9D9D. Windows color (decimal): -359630 or 3310586. OLE color: 3310586.

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

Color convert

RGB 250 131 50 -
CMYK 0 0.48 0.8 0.02
HSL 24.3º 0.95% 0.59% -
HSV(B) 24.3º 0.8% 0.98% -
XYZ 48.12 36.79 7.58 -
YUV 157.35 67.42 194.09 -
System Red Green Blue C M Y K H S L
Decimal 250 131 50 0 0.48 0.8 0.02 24.3 0.95 0.59
Hex FA 83 32 0 30 50 2 18 5F 3B
Octal 372 203 62 0 60 120 2 30 137 73
Binary 11111010 10000011 110010 0 110000 1010000 10 11000 1011111 111011

Color Harmonies of #FA8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8332

Black with #FA8332

Text Example


Text Example

White with #FA8332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8332; }

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

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

background-color css

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

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

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

border-color css

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

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

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