Html Css Color HEX #F2C959 Kournikova

📋 copy color: '#F2C959'

red 242 ◦ green 201 ◦ blue 89

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

Shades of Kournikova #F2C959

Tints of Kournikova #F2C959

RGB

 RED value IS 242 (94.92% from 255) = 45.49%

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

 BLUE value IS 89 (35.16% from 255) = 16.73%

R = 45.49%
G = 37.78%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2C959 (or 0xF2C959) is known color: Kournikova. HEX triplet: F2, C9 and 59. RGB value is (242,201,89). Sum of RGB (Red+Green+Blue) = 242+201+89=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C959 is #0D36A6. Grayscale: #C8C8C8. Windows color (decimal): -865959 or 5884402. OLE color: 5884402.

HSL color Cylindrical-coordinate representation of color #F2C959: hue angle of 43.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2C959 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 89 -
CMYK 0 0.17 0.63 0.05
HSL 43.92º 0.85% 0.65% -
HSV(B) 43.92º 0.63% 0.95% -
XYZ 59.31 61.37 18.17 -
YUV 200.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 242 201 89 0 0.17 0.63 0.05 43.92 0.85 0.65
Hex F2 C9 59 0 11 3F 5 2C 55 41
Octal 362 311 131 0 21 77 5 54 125 101
Binary 11110010 11001001 1011001 0 10001 111111 101 101100 1010101 1000001

Color Harmonies of #F2C959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C959

Black with #F2C959

Text Example


Text Example

White with #F2C959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C959; }

 p { color: rgb(242,201,89); }

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

background-color css

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

 a { background-color: rgb(242,201,89); }

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

border-color css

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

 span { border-color: rgb(242,201,89); }

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