Html Css Color HEX #F1D212 Turbo

📋 copy color: '#F1D212'

red 241 ◦ green 210 ◦ blue 18

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

Shades of Turbo #F1D212

Tints of Turbo #F1D212

RGB

 RED value IS 241 (94.53% from 255) = 51.39%

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

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

R = 51.39%
G = 44.78%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1D212 (or 0xF1D212) is known color: Turbo. HEX triplet: F1, D2 and 12. RGB value is (241,210,18). Sum of RGB (Red+Green+Blue) = 241+210+18=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D212 is #0E2DED. Grayscale: #C6C6C6. Windows color (decimal): -929262 or 1233649. OLE color: 1233649.

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

Color convert

RGB 241 210 18 -
CMYK 0 0.13 0.93 0.05
HSL 51.66º 0.89% 0.51% -
HSV(B) 51.66º 0.93% 0.95% -
XYZ 59.43 64.84 9.95 -
YUV 197.38 26.77 159.11 -
System Red Green Blue C M Y K H S L
Decimal 241 210 18 0 0.13 0.93 0.05 51.66 0.89 0.51
Hex F1 D2 12 0 D 5D 5 34 59 33
Octal 361 322 22 0 15 135 5 64 131 63
Binary 11110001 11010010 10010 0 1101 1011101 101 110100 1011001 110011

Color Harmonies of #F1D212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D212

Black with #F1D212

Text Example


Text Example

White with #F1D212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D212; }

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

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

background-color css

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

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

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

border-color css

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

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

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