Html Css Color HEX #FA8132 Sun

📋 copy color: '#FA8132'

red 250 ◦ green 129 ◦ blue 50

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

Shades of Sun #FA8132

Tints of Sun #FA8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 58.28%
G = 30.07%
B = 11.66%

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

#FA8132 (or 0xFA8132) is known color: Sun. HEX triplet: FA, 81 and 32. RGB value is (250,129,50). Sum of RGB (Red+Green+Blue) = 250+129+50=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8132 is #057ECD. Grayscale: #9C9C9C. Windows color (decimal): -360142 or 3310074. OLE color: 3310074.

HSL color Cylindrical-coordinate representation of color #FA8132: hue angle of 23.7º 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 #FA8132 is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 129 50 -
CMYK 0 0.48 0.8 0.02
HSL 23.7º 0.95% 0.59% -
HSV(B) 23.7º 0.8% 0.98% -
XYZ 47.85 36.25 7.49 -
YUV 156.17 68.09 194.92 -
System Red Green Blue C M Y K H S L
Decimal 250 129 50 0 0.48 0.8 0.02 23.7 0.95 0.59
Hex FA 81 32 0 30 50 2 18 5F 3B
Octal 372 201 62 0 60 120 2 30 137 73
Binary 11111010 10000001 110010 0 110000 1010000 10 11000 1011111 111011

Color Harmonies of #FA8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8132

Black with #FA8132

Text Example


Text Example

White with #FA8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8132; }

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

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

background-color css

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

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

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

border-color css

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

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

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