Html Css Color HEX #F8D416 Turbo

📋 copy color: '#F8D416'

red 248 ◦ green 212 ◦ blue 22

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

Shades of Turbo #F8D416

Tints of Turbo #F8D416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 22 (8.98% from 255) = 4.56%

R = 51.45%
G = 43.98%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F8D416 (or 0xF8D416) is known color: Turbo. HEX triplet: F8, D4 and 16. RGB value is (248,212,22). Sum of RGB (Red+Green+Blue) = 248+212+22=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D416 is #072BE9. Grayscale: #C9C9C9. Windows color (decimal): -469994 or 1496312. OLE color: 1496312.

HSL color Cylindrical-coordinate representation of color #F8D416: hue angle of 50.44º 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 #F8D416 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 22 -
CMYK 0 0.15 0.91 0.03
HSL 50.44º 0.94% 0.53% -
HSV(B) 50.44º 0.91% 0.97% -
XYZ 62.4 67.1 10.42 -
YUV 201.1 26.93 161.45 -
System Red Green Blue C M Y K H S L
Decimal 248 212 22 0 0.15 0.91 0.03 50.44 0.94 0.53
Hex F8 D4 16 0 F 5B 3 32 5E 35
Octal 370 324 26 0 17 133 3 62 136 65
Binary 11111000 11010100 10110 0 1111 1011011 11 110010 1011110 110101

Color Harmonies of #F8D416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D416

Black with #F8D416

Text Example


Text Example

White with #F8D416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D416; }

 p { color: rgb(248,212,22); }

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

background-color css

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

 a { background-color: rgb(248,212,22); }

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

border-color css

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

 span { border-color: rgb(248,212,22); }

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