Html Css Color HEX #FED550 Kournikova

📋 copy color: '#FED550'

red 254 ◦ green 213 ◦ blue 80

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

Shades of Kournikova #FED550

Tints of Kournikova #FED550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 80 (31.64% from 255) = 14.63%

R = 46.44%
G = 38.94%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED550 (or 0xFED550) is known color: Kournikova. HEX triplet: FE, D5 and 50. RGB value is (254,213,80). Sum of RGB (Red+Green+Blue) = 254+213+80=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED550 is #012AAF. Grayscale: #D2D2D2. Windows color (decimal): -76464 or 5297662. OLE color: 5297662.

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

Color convert

RGB 254 213 80 -
CMYK 0 0.16 0.69 0.00
HSL 45.86º 0.99% 0.65% -
HSV(B) 45.86º 0.69% 1% -
XYZ 66.12 69.24 17.47 -
YUV 210.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 254 213 80 0 0.16 0.69 0.00 45.86 0.99 0.65
Hex FE D5 50 0 10 45 0 2E 63 41
Octal 376 325 120 0 20 105 0 56 143 101
Binary 11111110 11010101 1010000 0 10000 1000101 0 101110 1100011 1000001

Color Harmonies of #FED550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED550

Black with #FED550

Text Example


Text Example

White with #FED550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED550; }

 p { color: rgb(254,213,80); }

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

background-color css

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

 a { background-color: rgb(254,213,80); }

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

border-color css

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

 span { border-color: rgb(254,213,80); }

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