#FAC835

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

Shades of Sunglow #FAC835

Tints of Sunglow #FAC835

Color information

#FAC835 (or 0xFAC835) is unknown color: approx Sunglow. HEX triplet: FA, C8 and 35. RGB value is (250,200,53). Sum of RGB (Red+Green+Blue) = 250+200+53=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC835 is #0537CA. Grayscale: #C6C6C6. Windows color (decimal): -341963 or 3524858. OLE color: 3524858.

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

Color convert

RGB25020053-
CMYK00.20.790.02
HSL44.77º95.17%59.41%-
HSV(B)44.77º78.8%98.04%-
XYZ60.7261.8912.11-
YUV198.1946.07164.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 53 (21.09% from 255) = 10.54%
R=49.70%
G=39.76%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502005300.20.790.0244.7795.1759.41
HexFAC8350144F22d5f3b
Octal3723106502411725513773
Binary11111010110010001101010101001001111101011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC835; }

 p { color: rgb(250,200,53); }

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

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

 a { background-color: rgb(250,200,53); }

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

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

 span { border-color: rgb(250,200,53); }

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