Html Css Color HEX #F8D229 Turbo

📋 copy color: '#F8D229'

red 248 ◦ green 210 ◦ blue 41

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

Shades of Turbo #F8D229

Tints of Turbo #F8D229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

 BLUE value IS 41 (16.41% from 255) = 8.22%

R = 49.7%
G = 42.08%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8D229 (or 0xF8D229) is known color: Turbo. HEX triplet: F8, D2 and 29. RGB value is (248,210,41). Sum of RGB (Red+Green+Blue) = 248+210+41=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D229 is #072DD6. Grayscale: #CACACA. Windows color (decimal): -470487 or 2740984. OLE color: 2740984.

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

Color convert

RGB 248 210 41 -
CMYK 0 0.15 0.83 0.03
HSL 48.99º 0.94% 0.57% -
HSV(B) 48.99º 0.83% 0.97% -
XYZ 62.16 66.21 11.6 -
YUV 202.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 248 210 41 0 0.15 0.83 0.03 48.99 0.94 0.57
Hex F8 D2 29 0 F 53 3 31 5E 39
Octal 370 322 51 0 17 123 3 61 136 71
Binary 11111000 11010010 101001 0 1111 1010011 11 110001 1011110 111001

Color Harmonies of #F8D229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D229

Black with #F8D229

Text Example


Text Example

White with #F8D229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D229; }

 p { color: rgb(248,210,41); }

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

background-color css

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

 a { background-color: rgb(248,210,41); }

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

border-color css

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

 span { border-color: rgb(248,210,41); }

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