Html Css Color HEX #F7CF50 Kournikova

📋 copy color: '#F7CF50'

red 247 ◦ green 207 ◦ blue 80

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

Shades of Kournikova #F7CF50

Tints of Kournikova #F7CF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

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

R = 46.25%
G = 38.76%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7CF50 (or 0xF7CF50) is known color: Kournikova. HEX triplet: F7, CF and 50. RGB value is (247,207,80). Sum of RGB (Red+Green+Blue) = 247+207+80=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF50 is #0830AF. Grayscale: #CDCDCD. Windows color (decimal): -536752 or 5296119. OLE color: 5296119.

HSL color Cylindrical-coordinate representation of color #F7CF50: hue angle of 45.63º 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 #F7CF50 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 80 -
CMYK 0 0.16 0.68 0.03
HSL 45.63º 0.91% 0.64% -
HSV(B) 45.63º 0.68% 0.97% -
XYZ 62.12 64.98 16.86 -
YUV 204.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 247 207 80 0 0.16 0.68 0.03 45.63 0.91 0.64
Hex F7 CF 50 0 10 44 3 2E 5B 40
Octal 367 317 120 0 20 104 3 56 133 100
Binary 11110111 11001111 1010000 0 10000 1000100 11 101110 1011011 1000000

Color Harmonies of #F7CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF50

Black with #F7CF50

Text Example


Text Example

White with #F7CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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