Html Css Color HEX #F9C85F Kournikova

📋 copy color: '#F9C85F'

red 249 ◦ green 200 ◦ blue 95

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

Shades of Kournikova #F9C85F

Tints of Kournikova #F9C85F

RGB

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

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

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

R = 45.77%
G = 36.76%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9C85F (or 0xF9C85F) is known color: Kournikova. HEX triplet: F9, C8 and 5F. RGB value is (249,200,95). Sum of RGB (Red+Green+Blue) = 249+200+95=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C85F is #0637A0. Grayscale: #CBCBCB. Windows color (decimal): -407457 or 6277369. OLE color: 6277369.

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

Color convert

RGB 249 200 95 -
CMYK 0 0.20 0.62 0.02
HSL 40.91º 0.93% 0.67% -
HSV(B) 40.91º 0.62% 0.98% -
XYZ 61.79 62.27 19.59 -
YUV 202.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 249 200 95 0 0.20 0.62 0.02 40.91 0.93 0.67
Hex F9 C8 5F 0 14 3E 2 29 5D 43
Octal 371 310 137 0 24 76 2 51 135 103
Binary 11111001 11001000 1011111 0 10100 111110 10 101001 1011101 1000011

Color Harmonies of #F9C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C85F

Black with #F9C85F

Text Example


Text Example

White with #F9C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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