Html Css Color HEX #FFCF49 Kournikova

📋 copy color: '#FFCF49'

red 255 ◦ green 207 ◦ blue 73

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

Shades of Kournikova #FFCF49

Tints of Kournikova #FFCF49

RGB

 RED value IS 255 (100% from 255) = 47.66%

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

 BLUE value IS 73 (28.91% from 255) = 13.64%

R = 47.66%
G = 38.69%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFCF49 (or 0xFFCF49) is known color: Kournikova. HEX triplet: FF, CF and 49. RGB value is (255,207,73). Sum of RGB (Red+Green+Blue) = 255+207+73=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF49 is #0030B6. Grayscale: #CECECE. Windows color (decimal): -12471 or 4837375. OLE color: 4837375.

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

Color convert

RGB 255 207 73 -
CMYK 0 0.19 0.71 0
HSL 44.18º 1% 0.64% -
HSV(B) 44.18º 0.71% 1% -
XYZ 64.76 66.37 15.7 -
YUV 206.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 255 207 73 0 0.19 0.71 0 44.18 1 0.64
Hex FF CF 49 0 13 47 0 2C 64 40
Octal 377 317 111 0 23 107 0 54 144 100
Binary 11111111 11001111 1001001 0 10011 1000111 0 101100 1100100 1000000

Color Harmonies of #FFCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF49

Black with #FFCF49

Text Example


Text Example

White with #FFCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF49; }

 p { color: rgb(255,207,73); }

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

background-color css

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

 a { background-color: rgb(255,207,73); }

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

border-color css

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

 span { border-color: rgb(255,207,73); }

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