Html Css Color HEX #F9D14C Kournikova

📋 copy color: '#F9D14C'

red 249 ◦ green 209 ◦ blue 76

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

Shades of Kournikova #F9D14C

Tints of Kournikova #F9D14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.23%

R = 46.63%
G = 39.14%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9D14C (or 0xF9D14C) is known color: Kournikova. HEX triplet: F9, D1 and 4C. RGB value is (249,209,76). Sum of RGB (Red+Green+Blue) = 249+209+76=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D14C is #062EB3. Grayscale: #CECECE. Windows color (decimal): -405172 or 5034489. OLE color: 5034489.

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

Color convert

RGB 249 209 76 -
CMYK 0 0.16 0.69 0.02
HSL 46.13º 0.94% 0.64% -
HSV(B) 46.13º 0.69% 0.98% -
XYZ 63.17 66.26 16.3 -
YUV 205.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 249 209 76 0 0.16 0.69 0.02 46.13 0.94 0.64
Hex F9 D1 4C 0 10 45 2 2E 5E 40
Octal 371 321 114 0 20 105 2 56 136 100
Binary 11111001 11010001 1001100 0 10000 1000101 10 101110 1011110 1000000

Color Harmonies of #F9D14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D14C

Black with #F9D14C

Text Example


Text Example

White with #F9D14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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