Html Css Color HEX #FED15A Kournikova

📋 copy color: '#FED15A'

red 254 ◦ green 209 ◦ blue 90

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

Shades of Kournikova #FED15A

Tints of Kournikova #FED15A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.79%

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 45.93%
G = 37.79%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FED15A (or 0xFED15A) is known color: Kournikova. HEX triplet: FE, D1 and 5A. RGB value is (254,209,90). Sum of RGB (Red+Green+Blue) = 254+209+90=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15A is #012EA5. Grayscale: #D1D1D1. Windows color (decimal): -77478 or 5951998. OLE color: 5951998.

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

Color convert

RGB 254 209 90 -
CMYK 0 0.18 0.65 0.00
HSL 43.54º 0.99% 0.67% -
HSV(B) 43.54º 0.65% 1% -
XYZ 65.52 67.41 19.23 -
YUV 208.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 254 209 90 0 0.18 0.65 0.00 43.54 0.99 0.67
Hex FE D1 5A 0 12 41 0 2C 63 43
Octal 376 321 132 0 22 101 0 54 143 103
Binary 11111110 11010001 1011010 0 10010 1000001 0 101100 1100011 1000011

Color Harmonies of #FED15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED15A

Black with #FED15A

Text Example


Text Example

White with #FED15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED15A; }

 p { color: rgb(254,209,90); }

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

background-color css

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

 a { background-color: rgb(254,209,90); }

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

border-color css

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

 span { border-color: rgb(254,209,90); }

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