Html Css Color HEX #F9CA5A Kournikova

📋 copy color: '#F9CA5A'

red 249 ◦ green 202 ◦ blue 90

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

Shades of Kournikova #F9CA5A

Tints of Kournikova #F9CA5A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.34%

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

R = 46.03%
G = 37.34%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9CA5A (or 0xF9CA5A) is known color: Kournikova. HEX triplet: F9, CA and 5A. RGB value is (249,202,90). Sum of RGB (Red+Green+Blue) = 249+202+90=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA5A is #0635A5. Grayscale: #CBCBCB. Windows color (decimal): -406950 or 5950201. OLE color: 5950201.

HSL color Cylindrical-coordinate representation of color #F9CA5A: hue angle of 42.26º 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 #F9CA5A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 202 90 -
CMYK 0 0.19 0.64 0.02
HSL 42.26º 0.93% 0.66% -
HSV(B) 42.26º 0.64% 0.98% -
XYZ 62.03 63.12 18.59 -
YUV 203.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 249 202 90 0 0.19 0.64 0.02 42.26 0.93 0.66
Hex F9 CA 5A 0 13 40 2 2A 5D 42
Octal 371 312 132 0 23 100 2 52 135 102
Binary 11111001 11001010 1011010 0 10011 1000000 10 101010 1011101 1000010

Color Harmonies of #F9CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA5A

Black with #F9CA5A

Text Example


Text Example

White with #F9CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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