Html Css Color HEX #F8D128 Turbo

📋 copy color: '#F8D128'

red 248 ◦ green 209 ◦ blue 40

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

Shades of Turbo #F8D128

Tints of Turbo #F8D128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.05%

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

R = 49.9%
G = 42.05%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8D128 (or 0xF8D128) is known color: Turbo. HEX triplet: F8, D1 and 28. RGB value is (248,209,40). Sum of RGB (Red+Green+Blue) = 248+209+40=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D128 is #072ED7. Grayscale: #CACACA. Windows color (decimal): -470744 or 2675192. OLE color: 2675192.

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

Color convert

RGB 248 209 40 -
CMYK 0 0.16 0.84 0.03
HSL 48.75º 0.94% 0.56% -
HSV(B) 48.75º 0.84% 0.97% -
XYZ 61.89 65.71 11.43 -
YUV 201.4 36.92 161.24 -
System Red Green Blue C M Y K H S L
Decimal 248 209 40 0 0.16 0.84 0.03 48.75 0.94 0.56
Hex F8 D1 28 0 10 54 3 31 5E 38
Octal 370 321 50 0 20 124 3 61 136 70
Binary 11111000 11010001 101000 0 10000 1010100 11 110001 1011110 111000

Color Harmonies of #F8D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D128

Black with #F8D128

Text Example


Text Example

White with #F8D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D128; }

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

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

background-color css

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

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

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

border-color css

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

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

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