Html Css Color HEX #FED049 Kournikova

📋 copy color: '#FED049'

red 254 ◦ green 208 ◦ blue 73

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

Shades of Kournikova #FED049

Tints of Kournikova #FED049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

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

R = 47.48%
G = 38.88%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED049 (or 0xFED049) is known color: Kournikova. HEX triplet: FE, D0 and 49. RGB value is (254,208,73). Sum of RGB (Red+Green+Blue) = 254+208+73=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED049 is #012FB6. Grayscale: #CECECE. Windows color (decimal): -77751 or 4837630. OLE color: 4837630.

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

Color convert

RGB 254 208 73 -
CMYK 0 0.18 0.71 0.00
HSL 44.75º 0.99% 0.64% -
HSV(B) 44.75º 0.71% 1% -
XYZ 64.63 66.66 15.76 -
YUV 206.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 254 208 73 0 0.18 0.71 0.00 44.75 0.99 0.64
Hex FE D0 49 0 12 47 0 2D 63 40
Octal 376 320 111 0 22 107 0 55 143 100
Binary 11111110 11010000 1001001 0 10010 1000111 0 101101 1100011 1000000

Color Harmonies of #FED049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED049

Black with #FED049

Text Example


Text Example

White with #FED049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED049; }

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

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

background-color css

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

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

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

border-color css

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

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

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