Html Css Color HEX #F6D319 Turbo

📋 copy color: '#F6D319'

red 246 ◦ green 211 ◦ blue 25

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

Shades of Turbo #F6D319

Tints of Turbo #F6D319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 51.04%
G = 43.78%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F6D319 (or 0xF6D319) is known color: Turbo. HEX triplet: F6, D3 and 19. RGB value is (246,211,25). Sum of RGB (Red+Green+Blue) = 246+211+25=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D319 is #092CE6. Grayscale: #C9C9C9. Windows color (decimal): -601319 or 1692662. OLE color: 1692662.

HSL color Cylindrical-coordinate representation of color #F6D319: hue angle of 50.5º degrees, saturation: 0.92, 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 #F6D319 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 211 25 -
CMYK 0 0.14 0.90 0.04
HSL 50.5º 0.92% 0.53% -
HSV(B) 50.5º 0.9% 0.96% -
XYZ 61.48 66.25 10.47 -
YUV 200.26 29.1 160.62 -
System Red Green Blue C M Y K H S L
Decimal 246 211 25 0 0.14 0.90 0.04 50.5 0.92 0.53
Hex F6 D3 19 0 E 5A 4 32 5C 35
Octal 366 323 31 0 16 132 4 62 134 65
Binary 11110110 11010011 11001 0 1110 1011010 100 110010 1011100 110101

Color Harmonies of #F6D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D319

Black with #F6D319

Text Example


Text Example

White with #F6D319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D319; }

 p { color: rgb(246,211,25); }

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

background-color css

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

 a { background-color: rgb(246,211,25); }

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

border-color css

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

 span { border-color: rgb(246,211,25); }

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