Html Css Color HEX #FED14E Kournikova

📋 copy color: '#FED14E'

red 254 ◦ green 209 ◦ blue 78

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

Shades of Kournikova #FED14E

Tints of Kournikova #FED14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.42%

R = 46.95%
G = 38.63%
B = 14.42%

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

#FED14E (or 0xFED14E) is known color: Kournikova. HEX triplet: FE, D1 and 4E. RGB value is (254,209,78). Sum of RGB (Red+Green+Blue) = 254+209+78=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED14E is #012EB1. Grayscale: #D0D0D0. Windows color (decimal): -77490 or 5165566. OLE color: 5165566.

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

Color convert

RGB 254 209 78 -
CMYK 0 0.18 0.69 0.00
HSL 44.66º 0.99% 0.65% -
HSV(B) 44.66º 0.69% 1% -
XYZ 65.05 67.22 16.75 -
YUV 207.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 254 209 78 0 0.18 0.69 0.00 44.66 0.99 0.65
Hex FE D1 4E 0 12 45 0 2D 63 41
Octal 376 321 116 0 22 105 0 55 143 101
Binary 11111110 11010001 1001110 0 10010 1000101 0 101101 1100011 1000001

Color Harmonies of #FED14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED14E

Black with #FED14E

Text Example


Text Example

White with #FED14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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