#FACB3A

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

Shades of Sunglow #FACB3A

Tints of Sunglow #FACB3A

Color information

#FACB3A (or 0xFACB3A) is unknown color: approx Sunglow. HEX triplet: FA, CB and 3A. RGB value is (250,203,58). Sum of RGB (Red+Green+Blue) = 250+203+58=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB3A is #0534C5. Grayscale: #C9C9C9. Windows color (decimal): -341190 or 3853306. OLE color: 3853306.

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

Color convert

RGB25020358-
CMYK00.190.770.02
HSL45.31º95.05%60.39%-
HSV(B)45.31º76.8%98.04%-
XYZ61.5463.3412.99-
YUV200.5247.57163.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 58 (23.05% from 255) = 11.35%
R=48.92%
G=39.73%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502035800.190.770.0245.3195.0560.39
HexFACB3A0134D22d5f3c
Octal3723137202311525513774
Binary11111010110010111110100100111001101101011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB3A; }

 p { color: rgb(250,203,58); }

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

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

 a { background-color: rgb(250,203,58); }

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

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

 span { border-color: rgb(250,203,58); }

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