Html Css Color HEX #F8D021 Turbo

📋 copy color: '#F8D021'

red 248 ◦ green 208 ◦ blue 33

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

Shades of Turbo #F8D021

Tints of Turbo #F8D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.54%

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

R = 50.72%
G = 42.54%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F8D021 (or 0xF8D021) is known color: Turbo. HEX triplet: F8, D0 and 21. RGB value is (248,208,33). Sum of RGB (Red+Green+Blue) = 248+208+33=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D021 is #072FDE. Grayscale: #C8C8C8. Windows color (decimal): -471007 or 2216184. OLE color: 2216184.

HSL color Cylindrical-coordinate representation of color #F8D021: hue angle of 48.84º 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 #F8D021 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 208 33 -
CMYK 0 0.16 0.87 0.03
HSL 48.84º 0.94% 0.55% -
HSV(B) 48.84º 0.87% 0.97% -
XYZ 61.54 65.18 10.78 -
YUV 200.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 248 208 33 0 0.16 0.87 0.03 48.84 0.94 0.55
Hex F8 D0 21 0 10 57 3 31 5E 37
Octal 370 320 41 0 20 127 3 61 136 67
Binary 11111000 11010000 100001 0 10000 1010111 11 110001 1011110 110111

Color Harmonies of #F8D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D021

Black with #F8D021

Text Example


Text Example

White with #F8D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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