Html Css Color HEX #F1D211 Turbo

📋 copy color: '#F1D211'

red 241 ◦ green 210 ◦ blue 17

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

Shades of Turbo #F1D211

Tints of Turbo #F1D211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.63%

R = 51.5%
G = 44.87%
B = 3.63%

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

#F1D211 (or 0xF1D211) is known color: Turbo. HEX triplet: F1, D2 and 11. RGB value is (241,210,17). Sum of RGB (Red+Green+Blue) = 241+210+17=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D211 is #0E2DEE. Grayscale: #C6C6C6. Windows color (decimal): -929263 or 1168113. OLE color: 1168113.

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

Color convert

RGB 241 210 17 -
CMYK 0 0.13 0.93 0.05
HSL 51.7º 0.89% 0.51% -
HSV(B) 51.7º 0.93% 0.95% -
XYZ 59.42 64.83 9.91 -
YUV 197.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 241 210 17 0 0.13 0.93 0.05 51.7 0.89 0.51
Hex F1 D2 11 0 D 5D 5 34 59 33
Octal 361 322 21 0 15 135 5 64 131 63
Binary 11110001 11010010 10001 0 1101 1011101 101 110100 1011001 110011

Color Harmonies of #F1D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D211

Black with #F1D211

Text Example


Text Example

White with #F1D211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D211; }

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

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

background-color css

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

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

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

border-color css

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

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

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