Html Css Color HEX #F9C95F Kournikova

📋 copy color: '#F9C95F'

red 249 ◦ green 201 ◦ blue 95

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

Shades of Kournikova #F9C95F

Tints of Kournikova #F9C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 45.69%
G = 36.88%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9C95F (or 0xF9C95F) is known color: Kournikova. HEX triplet: F9, C9 and 5F. RGB value is (249,201,95). Sum of RGB (Red+Green+Blue) = 249+201+95=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C95F is #0636A0. Grayscale: #CBCBCB. Windows color (decimal): -407201 or 6277625. OLE color: 6277625.

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

Color convert

RGB 249 201 95 -
CMYK 0 0.19 0.62 0.02
HSL 41.3º 0.93% 0.67% -
HSV(B) 41.3º 0.62% 0.98% -
XYZ 62.02 62.74 19.67 -
YUV 203.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 249 201 95 0 0.19 0.62 0.02 41.3 0.93 0.67
Hex F9 C9 5F 0 13 3E 2 29 5D 43
Octal 371 311 137 0 23 76 2 51 135 103
Binary 11111001 11001001 1011111 0 10011 111110 10 101001 1011101 1000011

Color Harmonies of #F9C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C95F

Black with #F9C95F

Text Example


Text Example

White with #F9C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C95F; }

 p { color: rgb(249,201,95); }

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

background-color css

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

 a { background-color: rgb(249,201,95); }

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

border-color css

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

 span { border-color: rgb(249,201,95); }

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