Html Css Color HEX #FED150 Kournikova

📋 copy color: '#FED150'

red 254 ◦ green 209 ◦ blue 80

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

Shades of Kournikova #FED150

Tints of Kournikova #FED150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.73%

R = 46.78%
G = 38.49%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED150 (or 0xFED150) is known color: Kournikova. HEX triplet: FE, D1 and 50. RGB value is (254,209,80). Sum of RGB (Red+Green+Blue) = 254+209+80=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED150 is #012EAF. Grayscale: #D0D0D0. Windows color (decimal): -77488 or 5296638. OLE color: 5296638.

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

Color convert

RGB 254 209 80 -
CMYK 0 0.18 0.69 0.00
HSL 44.48º 0.99% 0.65% -
HSV(B) 44.48º 0.69% 1% -
XYZ 65.12 67.25 17.14 -
YUV 207.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 254 209 80 0 0.18 0.69 0.00 44.48 0.99 0.65
Hex FE D1 50 0 12 45 0 2C 63 41
Octal 376 321 120 0 22 105 0 54 143 101
Binary 11111110 11010001 1010000 0 10010 1000101 0 101100 1100011 1000001

Color Harmonies of #FED150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED150

Black with #FED150

Text Example


Text Example

White with #FED150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED150; }

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

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

background-color css

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

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

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

border-color css

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

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

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