#F8D213

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

Shades of Turbo #F8D213

Tints of Turbo #F8D213

Color information

#F8D213 (or 0xF8D213) is unknown color: approx Turbo. HEX triplet: F8, D2 and 13. RGB value is (248,210,19). Sum of RGB (Red+Green+Blue) = 248+210+19=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D213 is #072DEC. Grayscale: #C8C8C8. Windows color (decimal): -470509 or 1299192. OLE color: 1299192.

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

Color convert

RGB24821019-
CMYK00.150.920.03
HSL50.04º94.24%52.35%-
HSV(B)50.04º92.34%97.25%-
XYZ61.8866.110.11-
YUV199.5926.09162.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.99%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 19 (7.81% from 255) = 3.98%
R=51.99%
G=44.03%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482101900.150.920.0350.0494.2452.35
HexF8D2130F5C3325e34
Octal3703222301713436213664
Binary111110001101001010011011111011100111100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D213; }

 p { color: rgb(248,210,19); }

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

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

 a { background-color: rgb(248,210,19); }

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

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

 span { border-color: rgb(248,210,19); }

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