Html Css Color HEX #F9D048 Kournikova

📋 copy color: '#F9D048'

red 249 ◦ green 208 ◦ blue 72

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

Shades of Kournikova #F9D048

Tints of Kournikova #F9D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 72 (28.52% from 255) = 13.61%

R = 47.07%
G = 39.32%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F9D048 (or 0xF9D048) is known color: Kournikova. HEX triplet: F9, D0 and 48. RGB value is (249,208,72). Sum of RGB (Red+Green+Blue) = 249+208+72=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D048 is #062FB7. Grayscale: #CDCDCD. Windows color (decimal): -405432 or 4772089. OLE color: 4772089.

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

Color convert

RGB 249 208 72 -
CMYK 0 0.16 0.71 0.02
HSL 46.1º 0.94% 0.63% -
HSV(B) 46.1º 0.71% 0.98% -
XYZ 62.79 65.72 15.51 -
YUV 204.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 249 208 72 0 0.16 0.71 0.02 46.1 0.94 0.63
Hex F9 D0 48 0 10 47 2 2E 5E 3F
Octal 371 320 110 0 20 107 2 56 136 77
Binary 11111001 11010000 1001000 0 10000 1000111 10 101110 1011110 111111

Color Harmonies of #F9D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D048

Black with #F9D048

Text Example


Text Example

White with #F9D048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D048; }

 p { color: rgb(249,208,72); }

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

background-color css

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

 a { background-color: rgb(249,208,72); }

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

border-color css

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

 span { border-color: rgb(249,208,72); }

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