Html Css Color HEX #FECD5B Kournikova

📋 copy color: '#FECD5B'

red 254 ◦ green 205 ◦ blue 91

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

Shades of Kournikova #FECD5B

Tints of Kournikova #FECD5B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

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

R = 46.18%
G = 37.27%
B = 16.55%

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

#FECD5B (or 0xFECD5B) is known color: Kournikova. HEX triplet: FE, CD and 5B. RGB value is (254,205,91). Sum of RGB (Red+Green+Blue) = 254+205+91=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD5B is #0132A4. Grayscale: #CFCFCF. Windows color (decimal): -78501 or 6016510. OLE color: 6016510.

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

Color convert

RGB 254 205 91 -
CMYK 0 0.19 0.64 0.00
HSL 41.96º 0.99% 0.68% -
HSV(B) 41.96º 0.64% 1% -
XYZ 64.59 65.49 19.13 -
YUV 206.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 254 205 91 0 0.19 0.64 0.00 41.96 0.99 0.68
Hex FE CD 5B 0 13 40 0 2A 63 44
Octal 376 315 133 0 23 100 0 52 143 104
Binary 11111110 11001101 1011011 0 10011 1000000 0 101010 1100011 1000100

Color Harmonies of #FECD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD5B

Black with #FECD5B

Text Example


Text Example

White with #FECD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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