Html Css Color HEX #FECA5B Kournikova

📋 copy color: '#FECA5B'

red 254 ◦ green 202 ◦ blue 91

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

Shades of Kournikova #FECA5B

Tints of Kournikova #FECA5B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

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

R = 46.44%
G = 36.93%
B = 16.64%

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

#FECA5B (or 0xFECA5B) is known color: Kournikova. HEX triplet: FE, CA and 5B. RGB value is (254,202,91). Sum of RGB (Red+Green+Blue) = 254+202+91=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA5B is #0135A4. Grayscale: #CDCDCD. Windows color (decimal): -79269 or 6015742. OLE color: 6015742.

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

Color convert

RGB 254 202 91 -
CMYK 0 0.20 0.64 0.00
HSL 40.86º 0.99% 0.68% -
HSV(B) 40.86º 0.64% 1% -
XYZ 63.88 64.07 18.9 -
YUV 204.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 254 202 91 0 0.20 0.64 0.00 40.86 0.99 0.68
Hex FE CA 5B 0 14 40 0 29 63 44
Octal 376 312 133 0 24 100 0 51 143 104
Binary 11111110 11001010 1011011 0 10100 1000000 0 101001 1100011 1000100

Color Harmonies of #FECA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA5B

Black with #FECA5B

Text Example


Text Example

White with #FECA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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