Html Css Color HEX #FECE5B Kournikova

📋 copy color: '#FECE5B'

red 254 ◦ green 206 ◦ blue 91

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

Shades of Kournikova #FECE5B

Tints of Kournikova #FECE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 46.1%
G = 37.39%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FECE5B (or 0xFECE5B) is known color: Kournikova. HEX triplet: FE, CE and 5B. RGB value is (254,206,91). Sum of RGB (Red+Green+Blue) = 254+206+91=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE5B is #0131A4. Grayscale: #CFCFCF. Windows color (decimal): -78245 or 6016766. OLE color: 6016766.

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

Color convert

RGB 254 206 91 -
CMYK 0 0.19 0.64 0.00
HSL 42.33º 0.99% 0.68% -
HSV(B) 42.33º 0.64% 1% -
XYZ 64.83 65.97 19.21 -
YUV 207.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 254 206 91 0 0.19 0.64 0.00 42.33 0.99 0.68
Hex FE CE 5B 0 13 40 0 2A 63 44
Octal 376 316 133 0 23 100 0 52 143 104
Binary 11111110 11001110 1011011 0 10011 1000000 0 101010 1100011 1000100

Color Harmonies of #FECE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE5B

Black with #FECE5B

Text Example


Text Example

White with #FECE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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