Html Css Color HEX #FFD449 Kournikova

📋 copy color: '#FFD449'

red 255 ◦ green 212 ◦ blue 73

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

Shades of Kournikova #FFD449

Tints of Kournikova #FFD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.26%

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

R = 47.22%
G = 39.26%
B = 13.52%

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

#FFD449 (or 0xFFD449) is known color: Kournikova. HEX triplet: FF, D4 and 49. RGB value is (255,212,73). Sum of RGB (Red+Green+Blue) = 255+212+73=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD449 is #002BB6. Grayscale: #D1D1D1. Windows color (decimal): -11191 or 4838655. OLE color: 4838655.

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

Color convert

RGB 255 212 73 -
CMYK 0 0.17 0.71 0
HSL 45.82º 1% 0.64% -
HSV(B) 45.82º 0.71% 1% -
XYZ 65.99 68.83 16.11 -
YUV 209.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 255 212 73 0 0.17 0.71 0 45.82 1 0.64
Hex FF D4 49 0 11 47 0 2E 64 40
Octal 377 324 111 0 21 107 0 56 144 100
Binary 11111111 11010100 1001001 0 10001 1000111 0 101110 1100100 1000000

Color Harmonies of #FFD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD449

Black with #FFD449

Text Example


Text Example

White with #FFD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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