#F8D81A

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

Shades of Turbo #F8D81A

Tints of Turbo #F8D81A

Color information

#F8D81A (or 0xF8D81A) is unknown color: approx Turbo. HEX triplet: F8, D8 and 1A. RGB value is (248,216,26). Sum of RGB (Red+Green+Blue) = 248+216+26=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D81A is #0727E5. Grayscale: #CCCCCC. Windows color (decimal): -468966 or 1759480. OLE color: 1759480.

HSL color Cylindrical-coordinate representation of color #F8D81A: hue angle of 51.35º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8D81A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB24821626-
CMYK00.130.900.03
HSL51.35º94.07%53.73%-
HSV(B)51.35º89.52%97.25%-
XYZ63.4569.1410.98-
YUV203.9127.6159.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 26 (10.55% from 255) = 5.31%
R=50.61%
G=44.08%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482162600.130.900.0351.3594.0753.73
HexF8D81A0D5A3335e36
Octal3703303201513236313666
Binary111110001101100011010011011011010111100111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D81A; }

 p { color: rgb(248,216,26); }

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

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

 a { background-color: rgb(248,216,26); }

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

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

 span { border-color: rgb(248,216,26); }

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