#FDD41E

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

Shades of Turbo #FDD41E

Tints of Turbo #FDD41E

Color information

#FDD41E (or 0xFDD41E) is unknown color: approx Turbo. HEX triplet: FD, D4 and 1E. RGB value is (253,212,30). Sum of RGB (Red+Green+Blue) = 253+212+30=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD41E is #022BE1. Grayscale: #CCCCCC. Windows color (decimal): -142306 or 2020605. OLE color: 2020605.

HSL color Cylindrical-coordinate representation of color #FDD41E: hue angle of 48.97º 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 #FDD41E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25321230-
CMYK00.160.880.01
HSL48.97º98.24%55.49%-
HSV(B)48.97º88.14%99.22%-
XYZ64.2968.0610.98-
YUV203.5130.08163.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.11%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 30 (12.11% from 255) = 6.06%
R=51.11%
G=42.83%
B=6.06%

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
Decimal2532123000.160.880.0148.9798.2455.49
HexFDD41E010581316237
Octal3753243602013016114267
Binary111111011101010011110010000101100011100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD41E; }

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

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

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

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

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

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

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

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