Html Css Color HEX #F8D715 Turbo

📋 copy color: '#F8D715'

red 248 ◦ green 215 ◦ blue 21

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

Shades of Turbo #F8D715

Tints of Turbo #F8D715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.42%

 BLUE value IS 21 (8.59% from 255) = 4.34%

R = 51.24%
G = 44.42%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8D715 (or 0xF8D715) is known color: Turbo. HEX triplet: F8, D7 and 15. RGB value is (248,215,21). Sum of RGB (Red+Green+Blue) = 248+215+21=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D715 is #0728EA. Grayscale: #CBCBCB. Windows color (decimal): -469227 or 1431544. OLE color: 1431544.

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

Color convert

RGB 248 215 21 -
CMYK 0 0.13 0.92 0.03
HSL 51.28º 0.94% 0.53% -
HSV(B) 51.28º 0.92% 0.97% -
XYZ 63.15 68.61 10.62 -
YUV 202.75 25.43 160.27 -
System Red Green Blue C M Y K H S L
Decimal 248 215 21 0 0.13 0.92 0.03 51.28 0.94 0.53
Hex F8 D7 15 0 D 5C 3 33 5E 35
Octal 370 327 25 0 15 134 3 63 136 65
Binary 11111000 11010111 10101 0 1101 1011100 11 110011 1011110 110101

Color Harmonies of #F8D715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D715

Black with #F8D715

Text Example


Text Example

White with #F8D715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D715; }

 p { color: rgb(248,215,21); }

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

background-color css

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

 a { background-color: rgb(248,215,21); }

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

border-color css

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

 span { border-color: rgb(248,215,21); }

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