#FDD51E

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

Shades of Turbo #FDD51E

Tints of Turbo #FDD51E

Color information

#FDD51E (or 0xFDD51E) is unknown color: approx Turbo. HEX triplet: FD, D5 and 1E. RGB value is (253,213,30). Sum of RGB (Red+Green+Blue) = 253+213+30=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD51E is #022AE1. Grayscale: #CCCCCC. Windows color (decimal): -142050 or 2020861. OLE color: 2020861.

HSL color Cylindrical-coordinate representation of color #FDD51E: hue angle of 49.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDD51E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25321330-
CMYK00.160.880.01
HSL49.24º98.24%55.49%-
HSV(B)49.24º88.14%99.22%-
XYZ64.5468.5611.06-
YUV204.129.75162.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 30 (12.11% from 255) = 6.05%
R=51.01%
G=42.94%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532133000.160.880.0149.2498.2455.49
HexFDD51E010581316237
Octal3753253602013016114267
Binary111111011101010111110010000101100011100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD51E; }

 p { color: rgb(253,213,30); }

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

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

 a { background-color: rgb(253,213,30); }

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

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

 span { border-color: rgb(253,213,30); }

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