Html Css Color HEX #FFD349 Kournikova

📋 copy color: '#FFD349'

red 255 ◦ green 211 ◦ blue 73

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

Shades of Kournikova #FFD349

Tints of Kournikova #FFD349

RGB

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

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

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

R = 47.31%
G = 39.15%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFD349 (or 0xFFD349) is known color: Kournikova. HEX triplet: FF, D3 and 49. RGB value is (255,211,73). Sum of RGB (Red+Green+Blue) = 255+211+73=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD349 is #002CB6. Grayscale: #D1D1D1. Windows color (decimal): -11447 or 4838399. OLE color: 4838399.

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

Color convert

RGB 255 211 73 -
CMYK 0 0.17 0.71 0
HSL 45.49º 1% 0.64% -
HSV(B) 45.49º 0.71% 1% -
XYZ 65.74 68.33 16.03 -
YUV 208.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 255 211 73 0 0.17 0.71 0 45.49 1 0.64
Hex FF D3 49 0 11 47 0 2D 64 40
Octal 377 323 111 0 21 107 0 55 144 100
Binary 11111111 11010011 1001001 0 10001 1000111 0 101101 1100100 1000000

Color Harmonies of #FFD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD349

Black with #FFD349

Text Example


Text Example

White with #FFD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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