#F7C75F

Color #F7C75F Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #F7C75F

Tints of Kournikova #F7C75F

Color information

#F7C75F (or 0xF7C75F) is unknown color: approx Kournikova. HEX triplet: F7, C7 and 5F. RGB value is (247,199,95). Sum of RGB (Red+Green+Blue) = 247+199+95=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C75F is #0838A0. Grayscale: #C9C9C9. Windows color (decimal): -538785 or 6277111. OLE color: 6277111.

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

Color convert

RGB24719995-
CMYK00.190.620.03
HSL41.05º90.48%67.06%-
HSV(B)41.05º61.54%96.86%-
XYZ60.8561.4519.48-
YUV201.567.9160.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.66%
GREEN value IS 199 (78.12% from 255) = 36.78%
BLUE value IS 95 (37.5% from 255) = 17.56%
R=45.66%
G=36.78%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471999500.190.620.0341.0590.4867.06
HexF7C75F0133E3295a43
Octal36730713702376351132103
Binary111101111100011110111110100111111101110100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C75F; }

 p { color: rgb(247,199,95); }

 H1.HeaderClassName
 {
   color: #F7C75F;
 }
 .AnyTagClassName
 {
   color: #F7C75F;
 }
</style>
background-color css

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

 a { background-color: rgb(247,199,95); }

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

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

 span { border-color: rgb(247,199,95); }

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