#F3D214

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

Shades of Turbo #F3D214

Tints of Turbo #F3D214

Color information

#F3D214 (or 0xF3D214) is unknown color: approx Turbo. HEX triplet: F3, D2 and 14. RGB value is (243,210,20). Sum of RGB (Red+Green+Blue) = 243+210+20=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D214 is #0C2DEB. Grayscale: #C6C6C6. Windows color (decimal): -798188 or 1364723. OLE color: 1364723.

HSL color Cylindrical-coordinate representation of color #F3D214: hue angle of 51.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3D214 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24321020-
CMYK00.140.920.05
HSL51.12º90.28%51.57%-
HSV(B)51.12º91.77%95.29%-
XYZ60.1465.210.08-
YUV198.2127.43159.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.37%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 20 (8.20% from 255) = 4.23%
R=51.37%
G=44.40%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432102000.140.920.0551.1290.2851.57
HexF3D2140E5C5335a34
Octal3633222401613456313264
Binary1111001111010010101000111010111001011100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D214; }

 p { color: rgb(243,210,20); }

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

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

 a { background-color: rgb(243,210,20); }

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

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

 span { border-color: rgb(243,210,20); }

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