Html Css Color HEX #F2C85A Kournikova

📋 copy color: '#F2C85A'

red 242 ◦ green 200 ◦ blue 90

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

Shades of Kournikova #F2C85A

Tints of Kournikova #F2C85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 45.49%
G = 37.59%
B = 16.92%

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

#F2C85A (or 0xF2C85A) is known color: Kournikova. HEX triplet: F2, C8 and 5A. RGB value is (242,200,90). Sum of RGB (Red+Green+Blue) = 242+200+90=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C85A is #0D37A5. Grayscale: #C8C8C8. Windows color (decimal): -866214 or 5949682. OLE color: 5949682.

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

Color convert

RGB 242 200 90 -
CMYK 0 0.17 0.63 0.05
HSL 43.42º 0.85% 0.65% -
HSV(B) 43.42º 0.63% 0.95% -
XYZ 59.12 60.92 18.32 -
YUV 200.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 242 200 90 0 0.17 0.63 0.05 43.42 0.85 0.65
Hex F2 C8 5A 0 11 3F 5 2B 55 41
Octal 362 310 132 0 21 77 5 53 125 101
Binary 11110010 11001000 1011010 0 10001 111111 101 101011 1010101 1000001

Color Harmonies of #F2C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C85A

Black with #F2C85A

Text Example


Text Example

White with #F2C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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