#FADC25

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

Shades of Turbo #FADC25

Tints of Turbo #FADC25

Color information

#FADC25 (or 0xFADC25) is unknown color: approx Turbo. HEX triplet: FA, DC and 25. RGB value is (250,220,37). Sum of RGB (Red+Green+Blue) = 250+220+37=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC25 is #0523DA. Grayscale: #D0D0D0. Windows color (decimal): -336859 or 2481402. OLE color: 2481402.

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

Color convert

RGB25022037-
CMYK00.120.850.02
HSL51.55º95.52%56.27%-
HSV(B)51.55º85.2%98.04%-
XYZ65.3571.6412.13-
YUV208.1131.44157.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 37 (14.84% from 255) = 7.30%
R=49.31%
G=43.39%
B=7.30%

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
Decimal2502203700.120.850.0251.5595.5256.27
HexFADC250C552346038
Octal3723344501412526414070
Binary1111101011011100100101011001010101101101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC25; }

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

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

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

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

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

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

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

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