Html Css Color HEX #F9D527 Turbo

📋 copy color: '#F9D527'

red 249 ◦ green 213 ◦ blue 39

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

Shades of Turbo #F9D527

Tints of Turbo #F9D527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.78%

R = 49.7%
G = 42.51%
B = 7.78%

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

#F9D527 (or 0xF9D527) is known color: Turbo. HEX triplet: F9, D5 and 27. RGB value is (249,213,39). Sum of RGB (Red+Green+Blue) = 249+213+39=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D527 is #062AD8. Grayscale: #CCCCCC. Windows color (decimal): -404185 or 2610681. OLE color: 2610681.

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

Color convert

RGB 249 213 39 -
CMYK 0 0.14 0.84 0.02
HSL 49.71º 0.95% 0.56% -
HSV(B) 49.71º 0.84% 0.98% -
XYZ 63.23 67.87 11.69 -
YUV 203.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 249 213 39 0 0.14 0.84 0.02 49.71 0.95 0.56
Hex F9 D5 27 0 E 54 2 32 5F 38
Octal 371 325 47 0 16 124 2 62 137 70
Binary 11111001 11010101 100111 0 1110 1010100 10 110010 1011111 111000

Color Harmonies of #F9D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D527

Black with #F9D527

Text Example


Text Example

White with #F9D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D527; }

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

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

background-color css

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

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

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

border-color css

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

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

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