Html Css Color HEX #F7CF4A Kournikova

📋 copy color: '#F7CF4A'

red 247 ◦ green 207 ◦ blue 74

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

Shades of Kournikova #F7CF4A

Tints of Kournikova #F7CF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.02%

R = 46.78%
G = 39.2%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7CF4A (or 0xF7CF4A) is known color: Kournikova. HEX triplet: F7, CF and 4A. RGB value is (247,207,74). Sum of RGB (Red+Green+Blue) = 247+207+74=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF4A is #0830B5. Grayscale: #CCCCCC. Windows color (decimal): -536758 or 4902903. OLE color: 4902903.

HSL color Cylindrical-coordinate representation of color #F7CF4A: hue angle of 46.13º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7CF4A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 207 74 -
CMYK 0 0.16 0.70 0.03
HSL 46.13º 0.92% 0.63% -
HSV(B) 46.13º 0.7% 0.97% -
XYZ 61.91 64.89 15.74 -
YUV 203.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 247 207 74 0 0.16 0.70 0.03 46.13 0.92 0.63
Hex F7 CF 4A 0 10 46 3 2E 5C 3F
Octal 367 317 112 0 20 106 3 56 134 77
Binary 11110111 11001111 1001010 0 10000 1000110 11 101110 1011100 111111

Color Harmonies of #F7CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CF4A

Black with #F7CF4A

Text Example


Text Example

White with #F7CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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