#FAB927

Color #FAB927 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #FAB927

Tints of Bright Sun #FAB927

Color information

#FAB927 (or 0xFAB927) is unknown color: approx Bright Sun. HEX triplet: FA, B9 and 27. RGB value is (250,185,39). Sum of RGB (Red+Green+Blue) = 250+185+39=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB927 is #0546D8. Grayscale: #BCBCBC. Windows color (decimal): -345817 or 2603514. OLE color: 2603514.

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

Color convert

RGB25018539-
CMYK00.260.840.02
HSL41.52º95.48%56.67%-
HSV(B)41.52º84.4%98.04%-
XYZ57.1455.179.56-
YUV187.7944.03172.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.74%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 39 (15.62% from 255) = 8.23%
R=52.74%
G=39.03%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501853900.260.840.0241.5295.4856.67
HexFAB92701A5422a5f39
Octal3722714703212425213771
Binary11111010101110011001110110101010100101010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB927; }

 p { color: rgb(250,185,39); }

 H1.HeaderClassName
 {
   color: #FAB927;
 }
 .AnyTagClassName
 {
   color: #FAB927;
 }
</style>
background-color css

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

 a { background-color: rgb(250,185,39); }

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

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

 span { border-color: rgb(250,185,39); }

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