Html Css Color HEX #F6D518 Turbo

📋 copy color: '#F6D518'

red 246 ◦ green 213 ◦ blue 24

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

Shades of Turbo #F6D518

Tints of Turbo #F6D518

RGB

 RED value IS 246 (96.48% from 255) = 50.93%

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 24 (9.77% from 255) = 4.97%

R = 50.93%
G = 44.1%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F6D518 (or 0xF6D518) is known color: Turbo. HEX triplet: F6, D5 and 18. RGB value is (246,213,24). Sum of RGB (Red+Green+Blue) = 246+213+24=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D518 is #092AE7. Grayscale: #CACACA. Windows color (decimal): -600808 or 1627638. OLE color: 1627638.

HSL color Cylindrical-coordinate representation of color #F6D518: hue angle of 51.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6D518 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 213 24 -
CMYK 0 0.13 0.90 0.04
HSL 51.08º 0.93% 0.53% -
HSV(B) 51.08º 0.9% 0.96% -
XYZ 61.97 67.25 10.58 -
YUV 201.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 246 213 24 0 0.13 0.90 0.04 51.08 0.93 0.53
Hex F6 D5 18 0 D 5A 4 33 5C 35
Octal 366 325 30 0 15 132 4 63 134 65
Binary 11110110 11010101 11000 0 1101 1011010 100 110011 1011100 110101

Color Harmonies of #F6D518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D518

Black with #F6D518

Text Example


Text Example

White with #F6D518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D518; }

 p { color: rgb(246,213,24); }

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

background-color css

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

 a { background-color: rgb(246,213,24); }

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

border-color css

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

 span { border-color: rgb(246,213,24); }

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