Html Css Color HEX #F3D212 Turbo

📋 copy color: '#F3D212'

red 243 ◦ green 210 ◦ blue 18

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

Shades of Turbo #F3D212

Tints of Turbo #F3D212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 51.59%
G = 44.59%
B = 3.82%

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

#F3D212 (or 0xF3D212) is known color: Turbo. HEX triplet: F3, D2 and 12. RGB value is (243,210,18). Sum of RGB (Red+Green+Blue) = 243+210+18=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D212 is #0C2DED. Grayscale: #C6C6C6. Windows color (decimal): -798190 or 1233651. OLE color: 1233651.

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

Color convert

RGB 243 210 18 -
CMYK 0 0.14 0.93 0.05
HSL 51.2º 0.9% 0.51% -
HSV(B) 51.2º 0.93% 0.95% -
XYZ 60.12 65.19 9.99 -
YUV 197.98 26.43 160.11 -
System Red Green Blue C M Y K H S L
Decimal 243 210 18 0 0.14 0.93 0.05 51.2 0.9 0.51
Hex F3 D2 12 0 E 5D 5 33 5A 33
Octal 363 322 22 0 16 135 5 63 132 63
Binary 11110011 11010010 10010 0 1110 1011101 101 110011 1011010 110011

Color Harmonies of #F3D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D212

Black with #F3D212

Text Example


Text Example

White with #F3D212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D212; }

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

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

background-color css

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

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

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

border-color css

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

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

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