Html Css Color HEX #F8D721 Turbo

📋 copy color: '#F8D721'

red 248 ◦ green 215 ◦ blue 33

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

Shades of Turbo #F8D721

Tints of Turbo #F8D721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.65%

R = 50%
G = 43.35%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F8D721 (or 0xF8D721) is known color: Turbo. HEX triplet: F8, D7 and 21. RGB value is (248,215,33). Sum of RGB (Red+Green+Blue) = 248+215+33=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D721 is #0728DE. Grayscale: #CCCCCC. Windows color (decimal): -469215 or 2217976. OLE color: 2217976.

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

Color convert

RGB 248 215 33 -
CMYK 0 0.13 0.87 0.03
HSL 50.79º 0.94% 0.55% -
HSV(B) 50.79º 0.87% 0.97% -
XYZ 63.29 68.67 11.36 -
YUV 204.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 248 215 33 0 0.13 0.87 0.03 50.79 0.94 0.55
Hex F8 D7 21 0 D 57 3 33 5E 37
Octal 370 327 41 0 15 127 3 63 136 67
Binary 11111000 11010111 100001 0 1101 1010111 11 110011 1011110 110111

Color Harmonies of #F8D721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D721

Black with #F8D721

Text Example


Text Example

White with #F8D721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D721; }

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

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

background-color css

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

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

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

border-color css

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

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

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