#FAD233

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

Shades of Sunglow #FAD233

Tints of Sunglow #FAD233

Color information

#FAD233 (or 0xFAD233) is unknown color: approx Sunglow. HEX triplet: FA, D2 and 33. RGB value is (250,210,51). Sum of RGB (Red+Green+Blue) = 250+210+51=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD233 is #052DCC. Grayscale: #CCCCCC. Windows color (decimal): -339405 or 3396346. OLE color: 3396346.

HSL color Cylindrical-coordinate representation of color #FAD233: hue angle of 47.94º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAD233 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB25021051-
CMYK00.160.800.02
HSL47.94º95.22%59.02%-
HSV(B)47.94º79.6%98.04%-
XYZ63.0766.6612.67-
YUV203.8341.75160.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 51 (20.31% from 255) = 9.98%
R=48.92%
G=41.10%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502105100.160.800.0247.9495.2259.02
HexFAD233010502305f3b
Octal3723226302012026013773
Binary11111010110100101100110100001010000101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD233; }

 p { color: rgb(250,210,51); }

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

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

 a { background-color: rgb(250,210,51); }

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

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

 span { border-color: rgb(250,210,51); }

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