Html Css Color HEX #F2CA5D Kournikova

📋 copy color: '#F2CA5D'

red 242 ◦ green 202 ◦ blue 93

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

Shades of Kournikova #F2CA5D

Tints of Kournikova #F2CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.62%

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 45.07%
G = 37.62%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2CA5D (or 0xF2CA5D) is known color: Kournikova. HEX triplet: F2, CA and 5D. RGB value is (242,202,93). Sum of RGB (Red+Green+Blue) = 242+202+93=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA5D is #0D35A2. Grayscale: #CACACA. Windows color (decimal): -865699 or 6146802. OLE color: 6146802.

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

Color convert

RGB 242 202 93 -
CMYK 0 0.17 0.62 0.05
HSL 43.89º 0.85% 0.66% -
HSV(B) 43.89º 0.62% 0.95% -
XYZ 59.71 61.91 19.16 -
YUV 201.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 242 202 93 0 0.17 0.62 0.05 43.89 0.85 0.66
Hex F2 CA 5D 0 11 3E 5 2C 55 42
Octal 362 312 135 0 21 76 5 54 125 102
Binary 11110010 11001010 1011101 0 10001 111110 101 101100 1010101 1000010

Color Harmonies of #F2CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA5D

Black with #F2CA5D

Text Example


Text Example

White with #F2CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA5D; }

 p { color: rgb(242,202,93); }

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

background-color css

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

 a { background-color: rgb(242,202,93); }

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

border-color css

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

 span { border-color: rgb(242,202,93); }

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