Html Css Color HEX #F1D415 Turbo

📋 copy color: '#F1D415'

red 241 ◦ green 212 ◦ blue 21

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

Shades of Turbo #F1D415

Tints of Turbo #F1D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 50.84%
G = 44.73%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1D415 (or 0xF1D415) is known color: Turbo. HEX triplet: F1, D4 and 15. RGB value is (241,212,21). Sum of RGB (Red+Green+Blue) = 241+212+21=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D415 is #0E2BEA. Grayscale: #C7C7C7. Windows color (decimal): -928747 or 1430769. OLE color: 1430769.

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

Color convert

RGB 241 212 21 -
CMYK 0 0.12 0.91 0.05
HSL 52.09º 0.89% 0.51% -
HSV(B) 52.09º 0.91% 0.95% -
XYZ 59.95 65.84 10.26 -
YUV 198.9 27.61 158.03 -
System Red Green Blue C M Y K H S L
Decimal 241 212 21 0 0.12 0.91 0.05 52.09 0.89 0.51
Hex F1 D4 15 0 C 5B 5 34 59 33
Octal 361 324 25 0 14 133 5 64 131 63
Binary 11110001 11010100 10101 0 1100 1011011 101 110100 1011001 110011

Color Harmonies of #F1D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D415

Black with #F1D415

Text Example


Text Example

White with #F1D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D415; }

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

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

background-color css

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

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

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

border-color css

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

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

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