Html Css Color HEX #FED249 Kournikova

📋 copy color: '#FED249'

red 254 ◦ green 210 ◦ blue 73

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

Shades of Kournikova #FED249

Tints of Kournikova #FED249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.11%

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

R = 47.3%
G = 39.11%
B = 13.59%

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

#FED249 (or 0xFED249) is known color: Kournikova. HEX triplet: FE, D2 and 49. RGB value is (254,210,73). Sum of RGB (Red+Green+Blue) = 254+210+73=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED249 is #012DB6. Grayscale: #D0D0D0. Windows color (decimal): -77239 or 4838142. OLE color: 4838142.

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

Color convert

RGB 254 210 73 -
CMYK 0 0.17 0.71 0.00
HSL 45.41º 0.99% 0.64% -
HSV(B) 45.41º 0.71% 1% -
XYZ 65.12 67.65 15.93 -
YUV 207.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 254 210 73 0 0.17 0.71 0.00 45.41 0.99 0.64
Hex FE D2 49 0 11 47 0 2D 63 40
Octal 376 322 111 0 21 107 0 55 143 100
Binary 11111110 11010010 1001001 0 10001 1000111 0 101101 1100011 1000000

Color Harmonies of #FED249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED249

Black with #FED249

Text Example


Text Example

White with #FED249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED249; }

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

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

background-color css

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

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

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

border-color css

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

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

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