Html Css Color HEX #FED34A Kournikova

📋 copy color: '#FED34A'

red 254 ◦ green 211 ◦ blue 74

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

Shades of Kournikova #FED34A

Tints of Kournikova #FED34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

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

R = 47.12%
G = 39.15%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FED34A (or 0xFED34A) is known color: Kournikova. HEX triplet: FE, D3 and 4A. RGB value is (254,211,74). Sum of RGB (Red+Green+Blue) = 254+211+74=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FED34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED34A is #012CB5. Grayscale: #D0D0D0. Windows color (decimal): -76982 or 4903934. OLE color: 4903934.

HSL color Cylindrical-coordinate representation of color #FED34A: hue angle of 45.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 #FED34A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 74 -
CMYK 0 0.17 0.71 0.00
HSL 45.67º 0.99% 0.64% -
HSV(B) 45.67º 0.71% 1% -
XYZ 65.4 68.15 16.19 -
YUV 208.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 254 211 74 0 0.17 0.71 0.00 45.67 0.99 0.64
Hex FE D3 4A 0 11 47 0 2E 63 40
Octal 376 323 112 0 21 107 0 56 143 100
Binary 11111110 11010011 1001010 0 10001 1000111 0 101110 1100011 1000000

Color Harmonies of #FED34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED34A

Black with #FED34A

Text Example


Text Example

White with #FED34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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