Html Css Color HEX #F2CE50 Kournikova

📋 copy color: '#F2CE50'

red 242 ◦ green 206 ◦ blue 80

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

Shades of Kournikova #F2CE50

Tints of Kournikova #F2CE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

 BLUE value IS 80 (31.64% from 255) = 15.15%

R = 45.83%
G = 39.02%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2CE50 (or 0xF2CE50) is known color: Kournikova. HEX triplet: F2, CE and 50. RGB value is (242,206,80). Sum of RGB (Red+Green+Blue) = 242+206+80=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE50 is #0D31AF. Grayscale: #CACACA. Windows color (decimal): -864688 or 5295858. OLE color: 5295858.

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

Color convert

RGB 242 206 80 -
CMYK 0 0.15 0.67 0.05
HSL 46.67º 0.86% 0.63% -
HSV(B) 46.67º 0.67% 0.95% -
XYZ 60.14 63.6 16.7 -
YUV 202.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 242 206 80 0 0.15 0.67 0.05 46.67 0.86 0.63
Hex F2 CE 50 0 F 43 5 2F 56 3F
Octal 362 316 120 0 17 103 5 57 126 77
Binary 11110010 11001110 1010000 0 1111 1000011 101 101111 1010110 111111

Color Harmonies of #F2CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE50

Black with #F2CE50

Text Example


Text Example

White with #F2CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE50; }

 p { color: rgb(242,206,80); }

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

background-color css

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

 a { background-color: rgb(242,206,80); }

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

border-color css

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

 span { border-color: rgb(242,206,80); }

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