#FACD37

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

Shades of Sunglow #FACD37

Tints of Sunglow #FACD37

Color information

#FACD37 (or 0xFACD37) is unknown color: approx Sunglow. HEX triplet: FA, CD and 37. RGB value is (250,205,55). Sum of RGB (Red+Green+Blue) = 250+205+55=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD37 is #0532C8. Grayscale: #CACACA. Windows color (decimal): -340681 or 3657210. OLE color: 3657210.

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

Color convert

RGB25020555-
CMYK00.180.780.02
HSL46.15º95.12%59.8%-
HSV(B)46.15º78%98.04%-
XYZ61.9564.2612.75-
YUV201.3645.41162.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 55 (21.88% from 255) = 10.78%
R=49.02%
G=40.20%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502055500.180.780.0246.1595.1259.8
HexFACD370124E22e5f3c
Octal3723156702211625613774
Binary11111010110011011101110100101001110101011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD37; }

 p { color: rgb(250,205,55); }

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

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

 a { background-color: rgb(250,205,55); }

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

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

 span { border-color: rgb(250,205,55); }

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