Html Css Color HEX #F7C950 Kournikova

📋 copy color: '#F7C950'

red 247 ◦ green 201 ◦ blue 80

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

Shades of Kournikova #F7C950

Tints of Kournikova #F7C950

RGB

 RED value IS 247 (96.88% from 255) = 46.78%

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

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

R = 46.78%
G = 38.07%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7C950 (or 0xF7C950) is known color: Kournikova. HEX triplet: F7, C9 and 50. RGB value is (247,201,80). Sum of RGB (Red+Green+Blue) = 247+201+80=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C950 is #0836AF. Grayscale: #C9C9C9. Windows color (decimal): -538288 or 5294583. OLE color: 5294583.

HSL color Cylindrical-coordinate representation of color #F7C950: hue angle of 43.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7C950 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 80 -
CMYK 0 0.19 0.68 0.03
HSL 43.47º 0.91% 0.64% -
HSV(B) 43.47º 0.68% 0.97% -
XYZ 60.69 62.13 16.38 -
YUV 200.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 247 201 80 0 0.19 0.68 0.03 43.47 0.91 0.64
Hex F7 C9 50 0 13 44 3 2B 5B 40
Octal 367 311 120 0 23 104 3 53 133 100
Binary 11110111 11001001 1010000 0 10011 1000100 11 101011 1011011 1000000

Color Harmonies of #F7C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C950

Black with #F7C950

Text Example


Text Example

White with #F7C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C950; }

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

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

background-color css

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

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

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

border-color css

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

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

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