Html Css Color HEX #FECB5E Kournikova

📋 copy color: '#FECB5E'

red 254 ◦ green 203 ◦ blue 94

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

Shades of Kournikova #FECB5E

Tints of Kournikova #FECB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.06%

R = 46.1%
G = 36.84%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FECB5E (or 0xFECB5E) is known color: Kournikova. HEX triplet: FE, CB and 5E. RGB value is (254,203,94). Sum of RGB (Red+Green+Blue) = 254+203+94=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB5E is #0134A1. Grayscale: #CECECE. Windows color (decimal): -79010 or 6212606. OLE color: 6212606.

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

Color convert

RGB 254 203 94 -
CMYK 0 0.20 0.63 0.00
HSL 40.88º 0.99% 0.68% -
HSV(B) 40.88º 0.63% 1% -
XYZ 64.25 64.59 19.67 -
YUV 205.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 254 203 94 0 0.20 0.63 0.00 40.88 0.99 0.68
Hex FE CB 5E 0 14 3F 0 29 63 44
Octal 376 313 136 0 24 77 0 51 143 104
Binary 11111110 11001011 1011110 0 10100 111111 0 101001 1100011 1000100

Color Harmonies of #FECB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB5E

Black with #FECB5E

Text Example


Text Example

White with #FECB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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