Html Css Color HEX #F1D613 Turbo

📋 copy color: '#F1D613'

red 241 ◦ green 214 ◦ blue 19

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

Shades of Turbo #F1D613

Tints of Turbo #F1D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 50.84%
G = 45.15%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1D613 (or 0xF1D613) is known color: Turbo. HEX triplet: F1, D6 and 13. RGB value is (241,214,19). Sum of RGB (Red+Green+Blue) = 241+214+19=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 19 (7.81% from 255 or 4.01% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D613 is #0E29EC. Grayscale: #C8C8C8. Windows color (decimal): -928237 or 1300209. OLE color: 1300209.

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

Color convert

RGB 241 214 19 -
CMYK 0 0.11 0.92 0.05
HSL 52.7º 0.89% 0.51% -
HSV(B) 52.7º 0.92% 0.95% -
XYZ 60.44 66.84 10.33 -
YUV 199.84 25.95 157.36 -
System Red Green Blue C M Y K H S L
Decimal 241 214 19 0 0.11 0.92 0.05 52.7 0.89 0.51
Hex F1 D6 13 0 B 5C 5 35 59 33
Octal 361 326 23 0 13 134 5 65 131 63
Binary 11110001 11010110 10011 0 1011 1011100 101 110101 1011001 110011

Color Harmonies of #F1D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D613

Black with #F1D613

Text Example


Text Example

White with #F1D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D613; }

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

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

background-color css

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

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

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

border-color css

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

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

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