Html Css Color HEX #F8D018 Turbo

📋 copy color: '#F8D018'

red 248 ◦ green 208 ◦ blue 24

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

Shades of Turbo #F8D018

Tints of Turbo #F8D018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.33%

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

R = 51.67%
G = 43.33%
B = 5%

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

#F8D018 (or 0xF8D018) is known color: Turbo. HEX triplet: F8, D0 and 18. RGB value is (248,208,24). Sum of RGB (Red+Green+Blue) = 248+208+24=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D018 is #072FE7. Grayscale: #C7C7C7. Windows color (decimal): -471016 or 1626360. OLE color: 1626360.

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

Color convert

RGB 248 208 24 -
CMYK 0 0.16 0.90 0.03
HSL 49.29º 0.94% 0.53% -
HSV(B) 49.29º 0.9% 0.97% -
XYZ 61.43 65.13 10.2 -
YUV 198.98 29.25 162.96 -
System Red Green Blue C M Y K H S L
Decimal 248 208 24 0 0.16 0.90 0.03 49.29 0.94 0.53
Hex F8 D0 18 0 10 5A 3 31 5E 35
Octal 370 320 30 0 20 132 3 61 136 65
Binary 11111000 11010000 11000 0 10000 1011010 11 110001 1011110 110101

Color Harmonies of #F8D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D018

Black with #F8D018

Text Example


Text Example

White with #F8D018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D018; }

 p { color: rgb(248,208,24); }

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

background-color css

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

 a { background-color: rgb(248,208,24); }

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

border-color css

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

 span { border-color: rgb(248,208,24); }

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