Html Css Color HEX #F9D14F Kournikova

📋 copy color: '#F9D14F'

red 249 ◦ green 209 ◦ blue 79

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

Shades of Kournikova #F9D14F

Tints of Kournikova #F9D14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.71%

R = 46.37%
G = 38.92%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9D14F (or 0xF9D14F) is known color: Kournikova. HEX triplet: F9, D1 and 4F. RGB value is (249,209,79). Sum of RGB (Red+Green+Blue) = 249+209+79=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D14F is #062EB0. Grayscale: #CECECE. Windows color (decimal): -405169 or 5231097. OLE color: 5231097.

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

Color convert

RGB 249 209 79 -
CMYK 0 0.16 0.68 0.02
HSL 45.88º 0.93% 0.64% -
HSV(B) 45.88º 0.68% 0.98% -
XYZ 63.28 66.31 16.86 -
YUV 206.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 249 209 79 0 0.16 0.68 0.02 45.88 0.93 0.64
Hex F9 D1 4F 0 10 44 2 2E 5D 40
Octal 371 321 117 0 20 104 2 56 135 100
Binary 11111001 11010001 1001111 0 10000 1000100 10 101110 1011101 1000000

Color Harmonies of #F9D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D14F

Black with #F9D14F

Text Example


Text Example

White with #F9D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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