Html Css Color HEX #FED158 Kournikova

📋 copy color: '#FED158'

red 254 ◦ green 209 ◦ blue 88

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

Shades of Kournikova #FED158

Tints of Kournikova #FED158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.97%

R = 46.1%
G = 37.93%
B = 15.97%

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

#FED158 (or 0xFED158) is known color: Kournikova. HEX triplet: FE, D1 and 58. RGB value is (254,209,88). Sum of RGB (Red+Green+Blue) = 254+209+88=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED158 is #012EA7. Grayscale: #D1D1D1. Windows color (decimal): -77480 or 5820926. OLE color: 5820926.

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

Color convert

RGB 254 209 88 -
CMYK 0 0.18 0.65 0.00
HSL 43.73º 0.99% 0.67% -
HSV(B) 43.73º 0.65% 1% -
XYZ 65.43 67.38 18.79 -
YUV 208.66 59.91 160.34 -
System Red Green Blue C M Y K H S L
Decimal 254 209 88 0 0.18 0.65 0.00 43.73 0.99 0.67
Hex FE D1 58 0 12 41 0 2C 63 43
Octal 376 321 130 0 22 101 0 54 143 103
Binary 11111110 11010001 1011000 0 10010 1000001 0 101100 1100011 1000011

Color Harmonies of #FED158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED158

Black with #FED158

Text Example


Text Example

White with #FED158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED158; }

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

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

background-color css

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

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

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

border-color css

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

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

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