Html Css Color HEX #F2C958 Kournikova

📋 copy color: '#F2C958'

red 242 ◦ green 201 ◦ blue 88

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

Shades of Kournikova #F2C958

Tints of Kournikova #F2C958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.57%

R = 45.57%
G = 37.85%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2C958 (or 0xF2C958) is known color: Kournikova. HEX triplet: F2, C9 and 58. RGB value is (242,201,88). Sum of RGB (Red+Green+Blue) = 242+201+88=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C958 is #0D36A7. Grayscale: #C8C8C8. Windows color (decimal): -865960 or 5818866. OLE color: 5818866.

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

Color convert

RGB 242 201 88 -
CMYK 0 0.17 0.64 0.05
HSL 44.03º 0.86% 0.65% -
HSV(B) 44.03º 0.64% 0.95% -
XYZ 59.27 61.36 17.95 -
YUV 200.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 242 201 88 0 0.17 0.64 0.05 44.03 0.86 0.65
Hex F2 C9 58 0 11 40 5 2C 56 41
Octal 362 311 130 0 21 100 5 54 126 101
Binary 11110010 11001001 1011000 0 10001 1000000 101 101100 1010110 1000001

Color Harmonies of #F2C958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C958

Black with #F2C958

Text Example


Text Example

White with #F2C958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C958; }

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

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

background-color css

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

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

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

border-color css

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

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

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