#F3D714

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

Shades of Turbo #F3D714

Tints of Turbo #F3D714

Color information

#F3D714 (or 0xF3D714) is unknown color: approx Turbo. HEX triplet: F3, D7 and 14. RGB value is (243,215,20). Sum of RGB (Red+Green+Blue) = 243+215+20=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D714 is #0C28EB. Grayscale: #C9C9C9. Windows color (decimal): -796908 or 1366003. OLE color: 1366003.

HSL color Cylindrical-coordinate representation of color #F3D714: hue angle of 52.47º 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 #F3D714 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24321520-
CMYK00.120.920.05
HSL52.47º90.28%51.57%-
HSV(B)52.47º91.77%95.29%-
XYZ61.3967.7110.49-
YUV201.1425.78157.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.84%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 20 (8.20% from 255) = 4.18%
R=50.84%
G=44.98%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432152000.120.920.0552.4790.2851.57
HexF3D7140C5C5345a34
Octal3633272401413456413264
Binary1111001111010111101000110010111001011101001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D714; }

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

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

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

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

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

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

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

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