Html Css Color HEX #F8D017 Turbo

📋 copy color: '#F8D017'

red 248 ◦ green 208 ◦ blue 23

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

Shades of Turbo #F8D017

Tints of Turbo #F8D017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.8%

R = 51.77%
G = 43.42%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F8D017 (or 0xF8D017) is known color: Turbo. HEX triplet: F8, D0 and 17. RGB value is (248,208,23). Sum of RGB (Red+Green+Blue) = 248+208+23=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 23 (9.38% from 255 or 4.80% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D017 is #072FE8. Grayscale: #C7C7C7. Windows color (decimal): -471017 or 1560824. OLE color: 1560824.

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

Color convert

RGB 248 208 23 -
CMYK 0 0.16 0.91 0.03
HSL 49.33º 0.94% 0.53% -
HSV(B) 49.33º 0.91% 0.97% -
XYZ 61.42 65.13 10.14 -
YUV 198.87 28.75 163.04 -
System Red Green Blue C M Y K H S L
Decimal 248 208 23 0 0.16 0.91 0.03 49.33 0.94 0.53
Hex F8 D0 17 0 10 5B 3 31 5E 35
Octal 370 320 27 0 20 133 3 61 136 65
Binary 11111000 11010000 10111 0 10000 1011011 11 110001 1011110 110101

Color Harmonies of #F8D017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D017

Black with #F8D017

Text Example


Text Example

White with #F8D017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D017; }

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

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

background-color css

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

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

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

border-color css

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

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

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