Html Css Color HEX #F2CF58 Kournikova

📋 copy color: '#F2CF58'

red 242 ◦ green 207 ◦ blue 88

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

Shades of Kournikova #F2CF58

Tints of Kournikova #F2CF58

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

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

R = 45.07%
G = 38.55%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2CF58 (or 0xF2CF58) is known color: Kournikova. HEX triplet: F2, CF and 58. RGB value is (242,207,88). Sum of RGB (Red+Green+Blue) = 242+207+88=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF58 is #0D30A7. Grayscale: #CCCCCC. Windows color (decimal): -864424 or 5820402. OLE color: 5820402.

HSL color Cylindrical-coordinate representation of color #F2CF58: hue angle of 46.36º 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 #F2CF58 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 88 -
CMYK 0 0.14 0.64 0.05
HSL 46.36º 0.86% 0.65% -
HSV(B) 46.36º 0.64% 0.95% -
XYZ 60.69 64.21 18.43 -
YUV 203.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 242 207 88 0 0.14 0.64 0.05 46.36 0.86 0.65
Hex F2 CF 58 0 E 40 5 2E 56 41
Octal 362 317 130 0 16 100 5 56 126 101
Binary 11110010 11001111 1011000 0 1110 1000000 101 101110 1010110 1000001

Color Harmonies of #F2CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF58

Black with #F2CF58

Text Example


Text Example

White with #F2CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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