Html Css Color HEX #F9D128 Turbo

📋 copy color: '#F9D128'

red 249 ◦ green 209 ◦ blue 40

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

Shades of Turbo #F9D128

Tints of Turbo #F9D128

RGB

 RED value IS 249 (97.66% from 255) = 50%

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

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

R = 50%
G = 41.97%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9D128 (or 0xF9D128) is known color: Turbo. HEX triplet: F9, D1 and 28. RGB value is (249,209,40). Sum of RGB (Red+Green+Blue) = 249+209+40=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D128 is #062ED7. Grayscale: #CACACA. Windows color (decimal): -405208 or 2675193. OLE color: 2675193.

HSL color Cylindrical-coordinate representation of color #F9D128: hue angle of 48.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9D128 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 209 40 -
CMYK 0 0.16 0.84 0.02
HSL 48.52º 0.95% 0.57% -
HSV(B) 48.52º 0.84% 0.98% -
XYZ 62.25 65.89 11.45 -
YUV 201.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 249 209 40 0 0.16 0.84 0.02 48.52 0.95 0.57
Hex F9 D1 28 0 10 54 2 31 5F 39
Octal 371 321 50 0 20 124 2 61 137 71
Binary 11111001 11010001 101000 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #F9D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D128

Black with #F9D128

Text Example


Text Example

White with #F9D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D128; }

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

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

background-color css

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

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

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

border-color css

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

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

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