Html Css Color HEX #F1D015 Turbo

📋 copy color: '#F1D015'

red 241 ◦ green 208 ◦ blue 21

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

Shades of Turbo #F1D015

Tints of Turbo #F1D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

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

R = 51.28%
G = 44.26%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1D015 (or 0xF1D015) is known color: Turbo. HEX triplet: F1, D0 and 15. RGB value is (241,208,21). Sum of RGB (Red+Green+Blue) = 241+208+21=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D015 is #0E2FEA. Grayscale: #C5C5C5. Windows color (decimal): -929771 or 1429745. OLE color: 1429745.

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

Color convert

RGB 241 208 21 -
CMYK 0 0.14 0.91 0.05
HSL 51º 0.89% 0.51% -
HSV(B) 51º 0.91% 0.95% -
XYZ 58.97 63.87 9.93 -
YUV 196.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 241 208 21 0 0.14 0.91 0.05 51 0.89 0.51
Hex F1 D0 15 0 E 5B 5 33 59 33
Octal 361 320 25 0 16 133 5 63 131 63
Binary 11110001 11010000 10101 0 1110 1011011 101 110011 1011001 110011

Color Harmonies of #F1D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D015

Black with #F1D015

Text Example


Text Example

White with #F1D015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D015; }

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

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

background-color css

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

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

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

border-color css

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

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

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