Html Css Color HEX #F8D526 Turbo

📋 copy color: '#F8D526'

red 248 ◦ green 213 ◦ blue 38

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

Shades of Turbo #F8D526

Tints of Turbo #F8D526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.62%

R = 49.7%
G = 42.69%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8D526 (or 0xF8D526) is known color: Turbo. HEX triplet: F8, D5 and 26. RGB value is (248,213,38). Sum of RGB (Red+Green+Blue) = 248+213+38=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D526 is #072AD9. Grayscale: #CCCCCC. Windows color (decimal): -469722 or 2545144. OLE color: 2545144.

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

Color convert

RGB 248 213 38 -
CMYK 0 0.14 0.85 0.03
HSL 50º 0.94% 0.56% -
HSV(B) 50º 0.85% 0.97% -
XYZ 62.86 67.68 11.59 -
YUV 203.52 34.6 159.73 -
System Red Green Blue C M Y K H S L
Decimal 248 213 38 0 0.14 0.85 0.03 50 0.94 0.56
Hex F8 D5 26 0 E 55 3 32 5E 38
Octal 370 325 46 0 16 125 3 62 136 70
Binary 11111000 11010101 100110 0 1110 1010101 11 110010 1011110 111000

Color Harmonies of #F8D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D526

Black with #F8D526

Text Example


Text Example

White with #F8D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D526; }

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

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

background-color css

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

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

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

border-color css

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

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

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