Html Css Color HEX #FDD349 Kournikova

📋 copy color: '#FDD349'

red 253 ◦ green 211 ◦ blue 73

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

Shades of Kournikova #FDD349

Tints of Kournikova #FDD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 47.11%
G = 39.29%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDD349 (or 0xFDD349) is known color: Kournikova. HEX triplet: FD, D3 and 49. RGB value is (253,211,73). Sum of RGB (Red+Green+Blue) = 253+211+73=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD349 is #022CB6. Grayscale: #D0D0D0. Windows color (decimal): -142519 or 4838397. OLE color: 4838397.

HSL color Cylindrical-coordinate representation of color #FDD349: hue angle of 46º 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 #FDD349 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 73 -
CMYK 0 0.17 0.71 0.01
HSL 46º 0.98% 0.64% -
HSV(B) 46º 0.71% 0.99% -
XYZ 65 67.95 15.99 -
YUV 207.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 253 211 73 0 0.17 0.71 0.01 46 0.98 0.64
Hex FD D3 49 0 11 47 1 2E 62 40
Octal 375 323 111 0 21 107 1 56 142 100
Binary 11111101 11010011 1001001 0 10001 1000111 1 101110 1100010 1000000

Color Harmonies of #FDD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD349

Black with #FDD349

Text Example


Text Example

White with #FDD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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