Html Css Color HEX #FED356 Kournikova

📋 copy color: '#FED356'

red 254 ◦ green 211 ◦ blue 86

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

Shades of Kournikova #FED356

Tints of Kournikova #FED356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.61%

R = 46.1%
G = 38.29%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FED356 (or 0xFED356) is known color: Kournikova. HEX triplet: FE, D3 and 56. RGB value is (254,211,86). Sum of RGB (Red+Green+Blue) = 254+211+86=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED356 is #012CA9. Grayscale: #D2D2D2. Windows color (decimal): -76970 or 5690366. OLE color: 5690366.

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

Color convert

RGB 254 211 86 -
CMYK 0 0.17 0.66 0.00
HSL 44.64º 0.99% 0.67% -
HSV(B) 44.64º 0.66% 1% -
XYZ 65.85 68.33 18.52 -
YUV 209.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 254 211 86 0 0.17 0.66 0.00 44.64 0.99 0.67
Hex FE D3 56 0 11 42 0 2D 63 43
Octal 376 323 126 0 21 102 0 55 143 103
Binary 11111110 11010011 1010110 0 10001 1000010 0 101101 1100011 1000011

Color Harmonies of #FED356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED356

Black with #FED356

Text Example


Text Example

White with #FED356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED356; }

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

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

background-color css

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

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

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

border-color css

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

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

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