Html Css Color HEX #F2CA5B Kournikova

📋 copy color: '#F2CA5B'

red 242 ◦ green 202 ◦ blue 91

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

Shades of Kournikova #F2CA5B

Tints of Kournikova #F2CA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.01%

R = 45.23%
G = 37.76%
B = 17.01%

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

#F2CA5B (or 0xF2CA5B) is known color: Kournikova. HEX triplet: F2, CA and 5B. RGB value is (242,202,91). Sum of RGB (Red+Green+Blue) = 242+202+91=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA5B is #0D35A4. Grayscale: #C9C9C9. Windows color (decimal): -865701 or 6015730. OLE color: 6015730.

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

Color convert

RGB 242 202 91 -
CMYK 0 0.17 0.62 0.05
HSL 44.11º 0.85% 0.65% -
HSV(B) 44.11º 0.62% 0.95% -
XYZ 59.63 61.87 18.7 -
YUV 201.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 242 202 91 0 0.17 0.62 0.05 44.11 0.85 0.65
Hex F2 CA 5B 0 11 3E 5 2C 55 41
Octal 362 312 133 0 21 76 5 54 125 101
Binary 11110010 11001010 1011011 0 10001 111110 101 101100 1010101 1000001

Color Harmonies of #F2CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA5B

Black with #F2CA5B

Text Example


Text Example

White with #F2CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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