Html Css Color HEX #F2C95F Kournikova

📋 copy color: '#F2C95F'

red 242 ◦ green 201 ◦ blue 95

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

Shades of Kournikova #F2C95F

Tints of Kournikova #F2C95F

RGB

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

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

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

R = 44.98%
G = 37.36%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2C95F (or 0xF2C95F) is known color: Kournikova. HEX triplet: F2, C9 and 5F. RGB value is (242,201,95). Sum of RGB (Red+Green+Blue) = 242+201+95=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C95F is #0D36A0. Grayscale: #C9C9C9. Windows color (decimal): -865953 or 6277618. OLE color: 6277618.

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

Color convert

RGB 242 201 95 -
CMYK 0 0.17 0.61 0.05
HSL 43.27º 0.85% 0.66% -
HSV(B) 43.27º 0.61% 0.95% -
XYZ 59.57 61.48 19.55 -
YUV 201.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 242 201 95 0 0.17 0.61 0.05 43.27 0.85 0.66
Hex F2 C9 5F 0 11 3D 5 2B 55 42
Octal 362 311 137 0 21 75 5 53 125 102
Binary 11110010 11001001 1011111 0 10001 111101 101 101011 1010101 1000010

Color Harmonies of #F2C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C95F

Black with #F2C95F

Text Example


Text Example

White with #F2C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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