Html Css Color HEX #FED54E Kournikova

📋 copy color: '#FED54E'

red 254 ◦ green 213 ◦ blue 78

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

Shades of Kournikova #FED54E

Tints of Kournikova #FED54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

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

R = 46.61%
G = 39.08%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED54E (or 0xFED54E) is known color: Kournikova. HEX triplet: FE, D5 and 4E. RGB value is (254,213,78). Sum of RGB (Red+Green+Blue) = 254+213+78=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED54E is #012AB1. Grayscale: #D2D2D2. Windows color (decimal): -76466 or 5166590. OLE color: 5166590.

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

Color convert

RGB 254 213 78 -
CMYK 0 0.16 0.69 0.00
HSL 46.02º 0.99% 0.65% -
HSV(B) 46.02º 0.69% 1% -
XYZ 66.04 69.21 17.09 -
YUV 209.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 254 213 78 0 0.16 0.69 0.00 46.02 0.99 0.65
Hex FE D5 4E 0 10 45 0 2E 63 41
Octal 376 325 116 0 20 105 0 56 143 101
Binary 11111110 11010101 1001110 0 10000 1000101 0 101110 1100011 1000001

Color Harmonies of #FED54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED54E

Black with #FED54E

Text Example


Text Example

White with #FED54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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