Html Css Color HEX #FED355 Kournikova

📋 copy color: '#FED355'

red 254 ◦ green 211 ◦ blue 85

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

Shades of Kournikova #FED355

Tints of Kournikova #FED355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.45%

R = 46.18%
G = 38.36%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FED355 (or 0xFED355) is known color: Kournikova. HEX triplet: FE, D3 and 55. RGB value is (254,211,85). Sum of RGB (Red+Green+Blue) = 254+211+85=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FED355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED355 is #012CAA. Grayscale: #D2D2D2. Windows color (decimal): -76971 or 5624830. OLE color: 5624830.

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

Color convert

RGB 254 211 85 -
CMYK 0 0.17 0.67 0.00
HSL 44.73º 0.99% 0.66% -
HSV(B) 44.73º 0.67% 1% -
XYZ 65.81 68.32 18.31 -
YUV 209.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 254 211 85 0 0.17 0.67 0.00 44.73 0.99 0.66
Hex FE D3 55 0 11 43 0 2D 63 42
Octal 376 323 125 0 21 103 0 55 143 102
Binary 11111110 11010011 1010101 0 10001 1000011 0 101101 1100011 1000010

Color Harmonies of #FED355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED355

Black with #FED355

Text Example


Text Example

White with #FED355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED355; }

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

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

background-color css

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

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

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

border-color css

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

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

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