#FFD81E

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

Shades of Turbo #FFD81E

Tints of Turbo #FFD81E

Color information

#FFD81E (or 0xFFD81E) is unknown color: approx Turbo. HEX triplet: FF, D8 and 1E. RGB value is (255,216,30). Sum of RGB (Red+Green+Blue) = 255+216+30=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD81E is #0027E1. Grayscale: #CFCFCF. Windows color (decimal): -10210 or 2021631. OLE color: 2021631.

HSL color Cylindrical-coordinate representation of color #FFD81E: hue angle of 49.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD81E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25521630-
CMYK00.150.880
HSL49.6º100%55.88%-
HSV(B)49.6º88.24%100%-
XYZ66.0370.4711.35-
YUV206.4628.42162.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 30 (12.11% from 255) = 5.99%
R=50.90%
G=43.11%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552163000.150.88049.610055.88
HexFFD81E0F580326438
Octal3773303601713006214470
Binary11111111110110001111001111101100001100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD81E; }

 p { color: rgb(255,216,30); }

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

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

 a { background-color: rgb(255,216,30); }

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

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

 span { border-color: rgb(255,216,30); }

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