Html Css Color HEX #F9D528 Turbo

📋 copy color: '#F9D528'

red 249 ◦ green 213 ◦ blue 40

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

Shades of Turbo #F9D528

Tints of Turbo #F9D528

RGB

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

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

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

R = 49.6%
G = 42.43%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9D528 (or 0xF9D528) is known color: Turbo. HEX triplet: F9, D5 and 28. RGB value is (249,213,40). Sum of RGB (Red+Green+Blue) = 249+213+40=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D528 is #062AD7. Grayscale: #CCCCCC. Windows color (decimal): -404184 or 2676217. OLE color: 2676217.

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

Color convert

RGB 249 213 40 -
CMYK 0 0.14 0.84 0.02
HSL 49.67º 0.95% 0.57% -
HSV(B) 49.67º 0.84% 0.98% -
XYZ 63.24 67.88 11.78 -
YUV 204.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 249 213 40 0 0.14 0.84 0.02 49.67 0.95 0.57
Hex F9 D5 28 0 E 54 2 32 5F 39
Octal 371 325 50 0 16 124 2 62 137 71
Binary 11111001 11010101 101000 0 1110 1010100 10 110010 1011111 111001

Color Harmonies of #F9D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D528

Black with #F9D528

Text Example


Text Example

White with #F9D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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