Html Css Color HEX #F2C85E Kournikova

📋 copy color: '#F2C85E'

red 242 ◦ green 200 ◦ blue 94

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

Shades of Kournikova #F2C85E

Tints of Kournikova #F2C85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.54%

R = 45.15%
G = 37.31%
B = 17.54%

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

#F2C85E (or 0xF2C85E) is known color: Kournikova. HEX triplet: F2, C8 and 5E. RGB value is (242,200,94). Sum of RGB (Red+Green+Blue) = 242+200+94=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C85E is #0D37A1. Grayscale: #C8C8C8. Windows color (decimal): -866210 or 6211826. OLE color: 6211826.

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

Color convert

RGB 242 200 94 -
CMYK 0 0.17 0.61 0.05
HSL 42.97º 0.85% 0.66% -
HSV(B) 42.97º 0.61% 0.95% -
XYZ 59.29 60.99 19.24 -
YUV 200.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 242 200 94 0 0.17 0.61 0.05 42.97 0.85 0.66
Hex F2 C8 5E 0 11 3D 5 2B 55 42
Octal 362 310 136 0 21 75 5 53 125 102
Binary 11110010 11001000 1011110 0 10001 111101 101 101011 1010101 1000010

Color Harmonies of #F2C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C85E

Black with #F2C85E

Text Example


Text Example

White with #F2C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C85E; }

 p { color: rgb(242,200,94); }

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

background-color css

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

 a { background-color: rgb(242,200,94); }

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

border-color css

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

 span { border-color: rgb(242,200,94); }

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