Html Css Color HEX #FECB5B Kournikova

📋 copy color: '#FECB5B'

red 254 ◦ green 203 ◦ blue 91

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

Shades of Kournikova #FECB5B

Tints of Kournikova #FECB5B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 46.35%
G = 37.04%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FECB5B (or 0xFECB5B) is known color: Kournikova. HEX triplet: FE, CB and 5B. RGB value is (254,203,91). Sum of RGB (Red+Green+Blue) = 254+203+91=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB5B is #0134A4. Grayscale: #CDCDCD. Windows color (decimal): -79013 or 6015998. OLE color: 6015998.

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

Color convert

RGB 254 203 91 -
CMYK 0 0.20 0.64 0.00
HSL 41.23º 0.99% 0.68% -
HSV(B) 41.23º 0.64% 1% -
XYZ 64.12 64.54 18.98 -
YUV 205.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 254 203 91 0 0.20 0.64 0.00 41.23 0.99 0.68
Hex FE CB 5B 0 14 40 0 29 63 44
Octal 376 313 133 0 24 100 0 51 143 104
Binary 11111110 11001011 1011011 0 10100 1000000 0 101001 1100011 1000100

Color Harmonies of #FECB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB5B

Black with #FECB5B

Text Example


Text Example

White with #FECB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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