Html Css Color HEX #FED44A Kournikova

📋 copy color: '#FED44A'

red 254 ◦ green 212 ◦ blue 74

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

Shades of Kournikova #FED44A

Tints of Kournikova #FED44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.7%

R = 47.04%
G = 39.26%
B = 13.7%

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

#FED44A (or 0xFED44A) is known color: Kournikova. HEX triplet: FE, D4 and 4A. RGB value is (254,212,74). Sum of RGB (Red+Green+Blue) = 254+212+74=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED44A is #012BB5. Grayscale: #D1D1D1. Windows color (decimal): -76726 or 4904190. OLE color: 4904190.

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

Color convert

RGB 254 212 74 -
CMYK 0 0.17 0.71 0.00
HSL 46º 0.99% 0.64% -
HSV(B) 46º 0.71% 1% -
XYZ 65.65 68.65 16.27 -
YUV 208.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 254 212 74 0 0.17 0.71 0.00 46 0.99 0.64
Hex FE D4 4A 0 11 47 0 2E 63 40
Octal 376 324 112 0 21 107 0 56 143 100
Binary 11111110 11010100 1001010 0 10001 1000111 0 101110 1100011 1000000

Color Harmonies of #FED44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED44A

Black with #FED44A

Text Example


Text Example

White with #FED44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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