#FAC93A

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

Shades of Sunglow #FAC93A

Tints of Sunglow #FAC93A

Color information

#FAC93A (or 0xFAC93A) is unknown color: approx Sunglow. HEX triplet: FA, C9 and 3A. RGB value is (250,201,58). Sum of RGB (Red+Green+Blue) = 250+201+58=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93A is #0536C5. Grayscale: #C7C7C7. Windows color (decimal): -341702 or 3852794. OLE color: 3852794.

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

Color convert

RGB25020158-
CMYK00.200.770.02
HSL44.69º95.05%60.39%-
HSV(B)44.69º76.8%98.04%-
XYZ61.0762.412.83-
YUV199.3548.23164.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 58 (23.05% from 255) = 11.39%
R=49.12%
G=39.49%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502015800.200.770.0244.6995.0560.39
HexFAC93A0144D22d5f3c
Octal3723117202411525513774
Binary11111010110010011110100101001001101101011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC93A; }

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

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

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

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

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

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

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

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