#F8DA29

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

Shades of Turbo #F8DA29

Tints of Turbo #F8DA29

Color information

#F8DA29 (or 0xF8DA29) is unknown color: approx Turbo. HEX triplet: F8, DA and 29. RGB value is (248,218,41). Sum of RGB (Red+Green+Blue) = 248+218+41=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA29 is #0725D6. Grayscale: #CFCFCF. Windows color (decimal): -468439 or 2743032. OLE color: 2743032.

HSL color Cylindrical-coordinate representation of color #F8DA29: hue angle of 51.3º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8DA29 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB24821841-
CMYK00.120.830.03
HSL51.3º93.67%56.67%-
HSV(B)51.3º83.47%97.25%-
XYZ64.1870.2612.28-
YUV206.7934.44157.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.92%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 41 (16.41% from 255) = 8.09%
R=48.92%
G=43.00%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482184100.120.830.0351.393.6756.67
HexF8DA290C533335e39
Octal3703325101412336313671
Binary1111100011011010101001011001010011111100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DA29; }

 p { color: rgb(248,218,41); }

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

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

 a { background-color: rgb(248,218,41); }

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

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

 span { border-color: rgb(248,218,41); }

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