Html Css Color HEX #F8D528 Turbo

📋 copy color: '#F8D528'

red 248 ◦ green 213 ◦ blue 40

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

Shades of Turbo #F8D528

Tints of Turbo #F8D528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

 BLUE value IS 40 (16.02% from 255) = 7.98%

R = 49.5%
G = 42.51%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8D528 (or 0xF8D528) is known color: Turbo. HEX triplet: F8, D5 and 28. RGB value is (248,213,40). Sum of RGB (Red+Green+Blue) = 248+213+40=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D528 is #072AD7. Grayscale: #CCCCCC. Windows color (decimal): -469720 or 2676216. OLE color: 2676216.

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

Color convert

RGB 248 213 40 -
CMYK 0 0.14 0.84 0.03
HSL 49.9º 0.94% 0.56% -
HSV(B) 49.9º 0.84% 0.97% -
XYZ 62.89 67.7 11.76 -
YUV 203.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 248 213 40 0 0.14 0.84 0.03 49.9 0.94 0.56
Hex F8 D5 28 0 E 54 3 32 5E 38
Octal 370 325 50 0 16 124 3 62 136 70
Binary 11111000 11010101 101000 0 1110 1010100 11 110010 1011110 111000

Color Harmonies of #F8D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D528

Black with #F8D528

Text Example


Text Example

White with #F8D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D528; }

 p { color: rgb(248,213,40); }

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

background-color css

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

 a { background-color: rgb(248,213,40); }

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

border-color css

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

 span { border-color: rgb(248,213,40); }

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