Html Css Color HEX #F2CA52 Kournikova

📋 copy color: '#F2CA52'

red 242 ◦ green 202 ◦ blue 82

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

Shades of Kournikova #F2CA52

Tints of Kournikova #F2CA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.59%

R = 46.01%
G = 38.4%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2CA52 (or 0xF2CA52) is known color: Kournikova. HEX triplet: F2, CA and 52. RGB value is (242,202,82). Sum of RGB (Red+Green+Blue) = 242+202+82=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA52 is #0D35AD. Grayscale: #C8C8C8. Windows color (decimal): -865710 or 5425906. OLE color: 5425906.

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

Color convert

RGB 242 202 82 -
CMYK 0 0.17 0.66 0.05
HSL 45º 0.86% 0.64% -
HSV(B) 45º 0.66% 0.95% -
XYZ 59.26 61.73 16.77 -
YUV 200.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 242 202 82 0 0.17 0.66 0.05 45 0.86 0.64
Hex F2 CA 52 0 11 42 5 2D 56 40
Octal 362 312 122 0 21 102 5 55 126 100
Binary 11110010 11001010 1010010 0 10001 1000010 101 101101 1010110 1000000

Color Harmonies of #F2CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA52

Black with #F2CA52

Text Example


Text Example

White with #F2CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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