Html Css Color HEX #F3D112 Turbo

📋 copy color: '#F3D112'

red 243 ◦ green 209 ◦ blue 18

#F3D112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F3D112

Tints of Turbo #F3D112

RGB

 RED value IS 243 (95.31% from 255) = 51.7%

 GREEN value IS 209 (82.03% from 255) = 44.47%

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 51.7%
G = 44.47%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F3D112 (or 0xF3D112) is known color: Turbo. HEX triplet: F3, D1 and 12. RGB value is (243,209,18). Sum of RGB (Red+Green+Blue) = 243+209+18=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D112 is #0C2EED. Grayscale: #C6C6C6. Windows color (decimal): -798446 or 1233395. OLE color: 1233395.

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

Color convert

RGB 243 209 18 -
CMYK 0 0.14 0.93 0.05
HSL 50.93º 0.9% 0.51% -
HSV(B) 50.93º 0.93% 0.95% -
XYZ 59.87 64.7 9.9 -
YUV 197.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 243 209 18 0 0.14 0.93 0.05 50.93 0.9 0.51
Hex F3 D1 12 0 E 5D 5 33 5A 33
Octal 363 321 22 0 16 135 5 63 132 63
Binary 11110011 11010001 10010 0 1110 1011101 101 110011 1011010 110011

Color Harmonies of #F3D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D112

Black with #F3D112

Text Example


Text Example

White with #F3D112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D112; }

 p { color: rgb(243,209,18); }

 H1.HeaderClassName
 {
   color: #F3D112;
 }
 .AnyTagClassName
 {
   color: #F3D112;
 }
</style>

background-color css

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

 a { background-color: rgb(243,209,18); }

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

border-color css

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

 span { border-color: rgb(243,209,18); }

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