Html Css Color HEX #F8D119 Turbo

📋 copy color: '#F8D119'

red 248 ◦ green 209 ◦ blue 25

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

Shades of Turbo #F8D119

Tints of Turbo #F8D119

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 51.45%
G = 43.36%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8D119 (or 0xF8D119) is known color: Turbo. HEX triplet: F8, D1 and 19. RGB value is (248,209,25). Sum of RGB (Red+Green+Blue) = 248+209+25=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D119 is #072EE6. Grayscale: #C8C8C8. Windows color (decimal): -470759 or 1692152. OLE color: 1692152.

HSL color Cylindrical-coordinate representation of color #F8D119: hue angle of 49.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8D119 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 209 25 -
CMYK 0 0.16 0.90 0.03
HSL 49.51º 0.94% 0.54% -
HSV(B) 49.51º 0.9% 0.97% -
XYZ 61.69 65.63 10.34 -
YUV 199.69 29.42 162.46 -
System Red Green Blue C M Y K H S L
Decimal 248 209 25 0 0.16 0.90 0.03 49.51 0.94 0.54
Hex F8 D1 19 0 10 5A 3 32 5E 36
Octal 370 321 31 0 20 132 3 62 136 66
Binary 11111000 11010001 11001 0 10000 1011010 11 110010 1011110 110110

Color Harmonies of #F8D119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D119

Black with #F8D119

Text Example


Text Example

White with #F8D119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D119; }

 p { color: rgb(248,209,25); }

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

background-color css

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

 a { background-color: rgb(248,209,25); }

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

border-color css

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

 span { border-color: rgb(248,209,25); }

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