#FADD25

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

Shades of Gorse #FADD25

Tints of Gorse #FADD25

Color information

#FADD25 (or 0xFADD25) is unknown color: approx Gorse. HEX triplet: FA, DD and 25. RGB value is (250,221,37). Sum of RGB (Red+Green+Blue) = 250+221+37=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD25 is #0522DA. Grayscale: #D1D1D1. Windows color (decimal): -336603 or 2481658. OLE color: 2481658.

HSL color Cylindrical-coordinate representation of color #FADD25: hue angle of 51.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FADD25 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB25022137-
CMYK00.120.850.02
HSL51.83º95.52%56.27%-
HSV(B)51.83º85.2%98.04%-
XYZ65.6172.1712.22-
YUV208.731.11157.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 37 (14.84% from 255) = 7.28%
R=49.21%
G=43.50%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502213700.120.850.0251.8395.5256.27
HexFADD250C552346038
Octal3723354501412526414070
Binary1111101011011101100101011001010101101101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD25; }

 p { color: rgb(250,221,37); }

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

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

 a { background-color: rgb(250,221,37); }

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

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

 span { border-color: rgb(250,221,37); }

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