Html Css Color HEX #F8D522 Turbo

📋 copy color: '#F8D522'

red 248 ◦ green 213 ◦ blue 34

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

Shades of Turbo #F8D522

Tints of Turbo #F8D522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.87%

R = 50.1%
G = 43.03%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F8D522 (or 0xF8D522) is known color: Turbo. HEX triplet: F8, D5 and 22. RGB value is (248,213,34). Sum of RGB (Red+Green+Blue) = 248+213+34=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D522 is #072ADD. Grayscale: #CBCBCB. Windows color (decimal): -469726 or 2283000. OLE color: 2283000.

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

Color convert

RGB 248 213 34 -
CMYK 0 0.14 0.86 0.03
HSL 50.19º 0.94% 0.55% -
HSV(B) 50.19º 0.86% 0.97% -
XYZ 62.79 67.66 11.26 -
YUV 203.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 248 213 34 0 0.14 0.86 0.03 50.19 0.94 0.55
Hex F8 D5 22 0 E 56 3 32 5E 37
Octal 370 325 42 0 16 126 3 62 136 67
Binary 11111000 11010101 100010 0 1110 1010110 11 110010 1011110 110111

Color Harmonies of #F8D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D522

Black with #F8D522

Text Example


Text Example

White with #F8D522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D522; }

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

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

background-color css

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

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

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

border-color css

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

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

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