Html Css Color HEX #F1D413 Turbo

📋 copy color: '#F1D413'

red 241 ◦ green 212 ◦ blue 19

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

Shades of Turbo #F1D413

Tints of Turbo #F1D413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 51.06%
G = 44.92%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1D413 (or 0xF1D413) is known color: Turbo. HEX triplet: F1, D4 and 13. RGB value is (241,212,19). Sum of RGB (Red+Green+Blue) = 241+212+19=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D413 is #0E2BEC. Grayscale: #C7C7C7. Windows color (decimal): -928749 or 1299697. OLE color: 1299697.

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

Color convert

RGB 241 212 19 -
CMYK 0 0.12 0.92 0.05
HSL 52.16º 0.89% 0.51% -
HSV(B) 52.16º 0.92% 0.95% -
XYZ 59.94 65.83 10.16 -
YUV 198.67 26.61 158.19 -
System Red Green Blue C M Y K H S L
Decimal 241 212 19 0 0.12 0.92 0.05 52.16 0.89 0.51
Hex F1 D4 13 0 C 5C 5 34 59 33
Octal 361 324 23 0 14 134 5 64 131 63
Binary 11110001 11010100 10011 0 1100 1011100 101 110100 1011001 110011

Color Harmonies of #F1D413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D413

Black with #F1D413

Text Example


Text Example

White with #F1D413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D413; }

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

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

background-color css

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

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

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

border-color css

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

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

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