Html Css Color HEX #FED449 Kournikova

📋 copy color: '#FED449'

red 254 ◦ green 212 ◦ blue 73

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

Shades of Kournikova #FED449

Tints of Kournikova #FED449

RGB

 RED value IS 254 (99.61% from 255) = 47.12%

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

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

R = 47.12%
G = 39.33%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED449 (or 0xFED449) is known color: Kournikova. HEX triplet: FE, D4 and 49. RGB value is (254,212,73). Sum of RGB (Red+Green+Blue) = 254+212+73=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED449 is #012BB6. Grayscale: #D1D1D1. Windows color (decimal): -76727 or 4838654. OLE color: 4838654.

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

Color convert

RGB 254 212 73 -
CMYK 0 0.17 0.71 0.00
HSL 46.08º 0.99% 0.64% -
HSV(B) 46.08º 0.71% 1% -
XYZ 65.62 68.64 16.09 -
YUV 208.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 254 212 73 0 0.17 0.71 0.00 46.08 0.99 0.64
Hex FE D4 49 0 11 47 0 2E 63 40
Octal 376 324 111 0 21 107 0 56 143 100
Binary 11111110 11010100 1001001 0 10001 1000111 0 101110 1100011 1000000

Color Harmonies of #FED449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED449

Black with #FED449

Text Example


Text Example

White with #FED449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED449; }

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

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

background-color css

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

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

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

border-color css

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

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

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