Html Css Color HEX #F1D115 Turbo

📋 copy color: '#F1D115'

red 241 ◦ green 209 ◦ blue 21

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

Shades of Turbo #F1D115

Tints of Turbo #F1D115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 51.17%
G = 44.37%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1D115 (or 0xF1D115) is known color: Turbo. HEX triplet: F1, D1 and 15. RGB value is (241,209,21). Sum of RGB (Red+Green+Blue) = 241+209+21=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D115 is #0E2EEA. Grayscale: #C5C5C5. Windows color (decimal): -929515 or 1430001. OLE color: 1430001.

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

Color convert

RGB 241 209 21 -
CMYK 0 0.13 0.91 0.05
HSL 51.27º 0.89% 0.51% -
HSV(B) 51.27º 0.91% 0.95% -
XYZ 59.21 64.36 10.01 -
YUV 197.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 241 209 21 0 0.13 0.91 0.05 51.27 0.89 0.51
Hex F1 D1 15 0 D 5B 5 33 59 33
Octal 361 321 25 0 15 133 5 63 131 63
Binary 11110001 11010001 10101 0 1101 1011011 101 110011 1011001 110011

Color Harmonies of #F1D115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D115

Black with #F1D115

Text Example


Text Example

White with #F1D115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D115; }

 p { color: rgb(241,209,21); }

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

background-color css

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

 a { background-color: rgb(241,209,21); }

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

border-color css

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

 span { border-color: rgb(241,209,21); }

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