#FAC83F

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

Shades of Sunglow #FAC83F

Tints of Sunglow #FAC83F

Color information

#FAC83F (or 0xFAC83F) is unknown color: approx Sunglow. HEX triplet: FA, C8 and 3F. RGB value is (250,200,63). Sum of RGB (Red+Green+Blue) = 250+200+63=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC83F is #0537C0. Grayscale: #C7C7C7. Windows color (decimal): -341953 or 4180218. OLE color: 4180218.

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

Color convert

RGB25020063-
CMYK00.20.750.02
HSL43.96º94.92%61.37%-
HSV(B)43.96º74.8%98.04%-
XYZ60.9861.9913.45-
YUV199.3351.07164.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 63 (25% from 255) = 12.28%
R=48.73%
G=38.99%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502006300.20.750.0243.9694.9261.37
HexFAC83F0144B22c5f3d
Octal3723107702411325413775
Binary11111010110010001111110101001001011101011001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC83F; }

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

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

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

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

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

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

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

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