Html Css Color HEX #FECA4E Kournikova

📋 copy color: '#FECA4E'

red 254 ◦ green 202 ◦ blue 78

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

Shades of Kournikova #FECA4E

Tints of Kournikova #FECA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.61%

R = 47.57%
G = 37.83%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECA4E (or 0xFECA4E) is known color: Kournikova. HEX triplet: FE, CA and 4E. RGB value is (254,202,78). Sum of RGB (Red+Green+Blue) = 254+202+78=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA4E is #0135B1. Grayscale: #CBCBCB. Windows color (decimal): -79282 or 5163774. OLE color: 5163774.

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

Color convert

RGB 254 202 78 -
CMYK 0 0.20 0.69 0.00
HSL 42.27º 0.99% 0.65% -
HSV(B) 42.27º 0.69% 1% -
XYZ 63.37 63.86 16.19 -
YUV 203.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 254 202 78 0 0.20 0.69 0.00 42.27 0.99 0.65
Hex FE CA 4E 0 14 45 0 2A 63 41
Octal 376 312 116 0 24 105 0 52 143 101
Binary 11111110 11001010 1001110 0 10100 1000101 0 101010 1100011 1000001

Color Harmonies of #FECA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA4E

Black with #FECA4E

Text Example


Text Example

White with #FECA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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