Html Css Color HEX #FED04A Kournikova

📋 copy color: '#FED04A'

red 254 ◦ green 208 ◦ blue 74

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

Shades of Kournikova #FED04A

Tints of Kournikova #FED04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.81%

R = 47.39%
G = 38.81%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED04A (or 0xFED04A) is known color: Kournikova. HEX triplet: FE, D0 and 4A. RGB value is (254,208,74). Sum of RGB (Red+Green+Blue) = 254+208+74=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FED04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED04A is #012FB5. Grayscale: #CFCFCF. Windows color (decimal): -77750 or 4903166. OLE color: 4903166.

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

Color convert

RGB 254 208 74 -
CMYK 0 0.18 0.71 0.00
HSL 44.67º 0.99% 0.64% -
HSV(B) 44.67º 0.71% 1% -
XYZ 64.66 66.68 15.94 -
YUV 206.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 254 208 74 0 0.18 0.71 0.00 44.67 0.99 0.64
Hex FE D0 4A 0 12 47 0 2D 63 40
Octal 376 320 112 0 22 107 0 55 143 100
Binary 11111110 11010000 1001010 0 10010 1000111 0 101101 1100011 1000000

Color Harmonies of #FED04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED04A

Black with #FED04A

Text Example


Text Example

White with #FED04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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