Html Css Color HEX #F9CB5A Kournikova

📋 copy color: '#F9CB5A'

red 249 ◦ green 203 ◦ blue 90

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

Shades of Kournikova #F9CB5A

Tints of Kournikova #F9CB5A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 45.94%
G = 37.45%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9CB5A (or 0xF9CB5A) is known color: Kournikova. HEX triplet: F9, CB and 5A. RGB value is (249,203,90). Sum of RGB (Red+Green+Blue) = 249+203+90=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB5A is #0634A5. Grayscale: #CCCCCC. Windows color (decimal): -406694 or 5950457. OLE color: 5950457.

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

Color convert

RGB 249 203 90 -
CMYK 0 0.18 0.64 0.02
HSL 42.64º 0.93% 0.66% -
HSV(B) 42.64º 0.64% 0.98% -
XYZ 62.27 63.59 18.67 -
YUV 203.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 249 203 90 0 0.18 0.64 0.02 42.64 0.93 0.66
Hex F9 CB 5A 0 12 40 2 2B 5D 42
Octal 371 313 132 0 22 100 2 53 135 102
Binary 11111001 11001011 1011010 0 10010 1000000 10 101011 1011101 1000010

Color Harmonies of #F9CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB5A

Black with #F9CB5A

Text Example


Text Example

White with #F9CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB5A; }

 p { color: rgb(249,203,90); }

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

background-color css

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

 a { background-color: rgb(249,203,90); }

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

border-color css

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

 span { border-color: rgb(249,203,90); }

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