Html Css Color HEX #F7CF5F Kournikova

📋 copy color: '#F7CF5F'

red 247 ◦ green 207 ◦ blue 95

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

Shades of Kournikova #F7CF5F

Tints of Kournikova #F7CF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 44.99%
G = 37.7%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7CF5F (or 0xF7CF5F) is known color: Kournikova. HEX triplet: F7, CF and 5F. RGB value is (247,207,95). Sum of RGB (Red+Green+Blue) = 247+207+95=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF5F is #0830A0. Grayscale: #CECECE. Windows color (decimal): -536737 or 6279159. OLE color: 6279159.

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

Color convert

RGB 247 207 95 -
CMYK 0 0.16 0.62 0.03
HSL 44.21º 0.9% 0.67% -
HSV(B) 44.21º 0.62% 0.97% -
XYZ 62.74 65.23 20.11 -
YUV 206.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 247 207 95 0 0.16 0.62 0.03 44.21 0.9 0.67
Hex F7 CF 5F 0 10 3E 3 2C 5A 43
Octal 367 317 137 0 20 76 3 54 132 103
Binary 11110111 11001111 1011111 0 10000 111110 11 101100 1011010 1000011

Color Harmonies of #F7CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF5F

Black with #F7CF5F

Text Example


Text Example

White with #F7CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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