Html Css Color HEX #FDCF49 Kournikova

📋 copy color: '#FDCF49'

red 253 ◦ green 207 ◦ blue 73

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

Shades of Kournikova #FDCF49

Tints of Kournikova #FDCF49

RGB

 RED value IS 253 (99.22% from 255) = 47.47%

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

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

R = 47.47%
G = 38.84%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDCF49 (or 0xFDCF49) is known color: Kournikova. HEX triplet: FD, CF and 49. RGB value is (253,207,73). Sum of RGB (Red+Green+Blue) = 253+207+73=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF49 is #0230B6. Grayscale: #CECECE. Windows color (decimal): -143543 or 4837373. OLE color: 4837373.

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

Color convert

RGB 253 207 73 -
CMYK 0 0.18 0.71 0.01
HSL 44.67º 0.98% 0.64% -
HSV(B) 44.67º 0.71% 0.99% -
XYZ 64.02 65.99 15.67 -
YUV 205.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 253 207 73 0 0.18 0.71 0.01 44.67 0.98 0.64
Hex FD CF 49 0 12 47 1 2D 62 40
Octal 375 317 111 0 22 107 1 55 142 100
Binary 11111101 11001111 1001001 0 10010 1000111 1 101101 1100010 1000000

Color Harmonies of #FDCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF49

Black with #FDCF49

Text Example


Text Example

White with #FDCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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