Html Css Color HEX #FECE50 Kournikova

📋 copy color: '#FECE50'

red 254 ◦ green 206 ◦ blue 80

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

Shades of Kournikova #FECE50

Tints of Kournikova #FECE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

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

R = 47.04%
G = 38.15%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECE50 (or 0xFECE50) is known color: Kournikova. HEX triplet: FE, CE and 50. RGB value is (254,206,80). Sum of RGB (Red+Green+Blue) = 254+206+80=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE50 is #0131AF. Grayscale: #CECECE. Windows color (decimal): -78256 or 5295870. OLE color: 5295870.

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

Color convert

RGB 254 206 80 -
CMYK 0 0.19 0.69 0.00
HSL 43.45º 0.99% 0.65% -
HSV(B) 43.45º 0.69% 1% -
XYZ 64.39 65.79 16.89 -
YUV 205.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 254 206 80 0 0.19 0.69 0.00 43.45 0.99 0.65
Hex FE CE 50 0 13 45 0 2B 63 41
Octal 376 316 120 0 23 105 0 53 143 101
Binary 11111110 11001110 1010000 0 10011 1000101 0 101011 1100011 1000001

Color Harmonies of #FECE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE50

Black with #FECE50

Text Example


Text Example

White with #FECE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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