#FACF35

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

Shades of Sunglow #FACF35

Tints of Sunglow #FACF35

Color information

#FACF35 (or 0xFACF35) is unknown color: approx Sunglow. HEX triplet: FA, CF and 35. RGB value is (250,207,53). Sum of RGB (Red+Green+Blue) = 250+207+53=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 53 (21.09% from 255 or 10.39% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF35 is #0530CA. Grayscale: #CACACA. Windows color (decimal): -340171 or 3526650. OLE color: 3526650.

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

Color convert

RGB25020753-
CMYK00.170.790.02
HSL46.9º95.17%59.41%-
HSV(B)46.9º78.8%98.04%-
XYZ62.3865.2112.67-
YUV202.343.75162.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 53 (21.09% from 255) = 10.39%
R=49.02%
G=40.59%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502075300.170.790.0246.995.1759.41
HexFACF350114F22f5f3b
Octal3723176502111725713773
Binary11111010110011111101010100011001111101011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF35; }

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

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

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

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

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

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

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

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