Html Css Color HEX #F6C950 Kournikova

📋 copy color: '#F6C950'

red 246 ◦ green 201 ◦ blue 80

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

Shades of Kournikova #F6C950

Tints of Kournikova #F6C950

RGB

 RED value IS 246 (96.48% from 255) = 46.68%

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 46.68%
G = 38.14%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6C950 (or 0xF6C950) is known color: Kournikova. HEX triplet: F6, C9 and 50. RGB value is (246,201,80). Sum of RGB (Red+Green+Blue) = 246+201+80=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C950 is #0936AF. Grayscale: #C9C9C9. Windows color (decimal): -603824 or 5294582. OLE color: 5294582.

HSL color Cylindrical-coordinate representation of color #F6C950: hue angle of 43.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6C950 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 201 80 -
CMYK 0 0.18 0.67 0.04
HSL 43.73º 0.9% 0.64% -
HSV(B) 43.73º 0.67% 0.96% -
XYZ 60.34 61.95 16.37 -
YUV 200.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 246 201 80 0 0.18 0.67 0.04 43.73 0.9 0.64
Hex F6 C9 50 0 12 43 4 2C 5A 40
Octal 366 311 120 0 22 103 4 54 132 100
Binary 11110110 11001001 1010000 0 10010 1000011 100 101100 1011010 1000000

Color Harmonies of #F6C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C950

Black with #F6C950

Text Example


Text Example

White with #F6C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C950; }

 p { color: rgb(246,201,80); }

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

background-color css

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

 a { background-color: rgb(246,201,80); }

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

border-color css

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

 span { border-color: rgb(246,201,80); }

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