Html Css Color HEX #FED04E Kournikova

📋 copy color: '#FED04E'

red 254 ◦ green 208 ◦ blue 78

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

Shades of Kournikova #FED04E

Tints of Kournikova #FED04E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 47.04%
G = 38.52%
B = 14.44%

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

#FED04E (or 0xFED04E) is known color: Kournikova. HEX triplet: FE, D0 and 4E. RGB value is (254,208,78). Sum of RGB (Red+Green+Blue) = 254+208+78=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED04E is #012FB1. Grayscale: #CFCFCF. Windows color (decimal): -77746 or 5165310. OLE color: 5165310.

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

Color convert

RGB 254 208 78 -
CMYK 0 0.18 0.69 0.00
HSL 44.32º 0.99% 0.65% -
HSV(B) 44.32º 0.69% 1% -
XYZ 64.8 66.73 16.67 -
YUV 206.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 254 208 78 0 0.18 0.69 0.00 44.32 0.99 0.65
Hex FE D0 4E 0 12 45 0 2C 63 41
Octal 376 320 116 0 22 105 0 54 143 101
Binary 11111110 11010000 1001110 0 10010 1000101 0 101100 1100011 1000001

Color Harmonies of #FED04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED04E

Black with #FED04E

Text Example


Text Example

White with #FED04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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