Html Css Color HEX #F9C85B Kournikova

📋 copy color: '#F9C85B'

red 249 ◦ green 200 ◦ blue 91

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

Shades of Kournikova #F9C85B

Tints of Kournikova #F9C85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

 BLUE value IS 91 (35.94% from 255) = 16.85%

R = 46.11%
G = 37.04%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9C85B (or 0xF9C85B) is known color: Kournikova. HEX triplet: F9, C8 and 5B. RGB value is (249,200,91). Sum of RGB (Red+Green+Blue) = 249+200+91=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C85B is #0637A4. Grayscale: #CACACA. Windows color (decimal): -407461 or 6015225. OLE color: 6015225.

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

Color convert

RGB 249 200 91 -
CMYK 0 0.20 0.63 0.02
HSL 41.39º 0.93% 0.67% -
HSV(B) 41.39º 0.63% 0.98% -
XYZ 61.61 62.2 18.66 -
YUV 202.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 249 200 91 0 0.20 0.63 0.02 41.39 0.93 0.67
Hex F9 C8 5B 0 14 3F 2 29 5D 43
Octal 371 310 133 0 24 77 2 51 135 103
Binary 11111001 11001000 1011011 0 10100 111111 10 101001 1011101 1000011

Color Harmonies of #F9C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C85B

Black with #F9C85B

Text Example


Text Example

White with #F9C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C85B; }

 p { color: rgb(249,200,91); }

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

background-color css

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

 a { background-color: rgb(249,200,91); }

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

border-color css

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

 span { border-color: rgb(249,200,91); }

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