#FAD63D

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

Shades of Sunglow #FAD63D

Tints of Sunglow #FAD63D

Color information

#FAD63D (or 0xFAD63D) is unknown color: approx Sunglow. HEX triplet: FA, D6 and 3D. RGB value is (250,214,61). Sum of RGB (Red+Green+Blue) = 250+214+61=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD63D is #0529C2. Grayscale: #CFCFCF. Windows color (decimal): -338371 or 4052730. OLE color: 4052730.

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

Color convert

RGB25021461-
CMYK00.140.760.02
HSL48.57º94.97%60.98%-
HSV(B)48.57º75.6%98.04%-
XYZ64.3168.7514.3-
YUV207.3245.43158.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 61 (24.22% from 255) = 11.62%
R=47.62%
G=40.76%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502146100.140.760.0248.5794.9760.98
HexFAD63D0E4C2315f3d
Octal3723267501611426113775
Binary1111101011010110111101011101001100101100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD63D; }

 p { color: rgb(250,214,61); }

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

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

 a { background-color: rgb(250,214,61); }

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

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

 span { border-color: rgb(250,214,61); }

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