Html Css Color HEX #FECA60 Kournikova

📋 copy color: '#FECA60'

red 254 ◦ green 202 ◦ blue 96

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

Shades of Kournikova #FECA60

Tints of Kournikova #FECA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.39%

R = 46.01%
G = 36.59%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FECA60 (or 0xFECA60) is known color: Kournikova. HEX triplet: FE, CA and 60. RGB value is (254,202,96). Sum of RGB (Red+Green+Blue) = 254+202+96=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA60 is #01359F. Grayscale: #CDCDCD. Windows color (decimal): -79264 or 6343422. OLE color: 6343422.

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

Color convert

RGB 254 202 96 -
CMYK 0 0.20 0.62 0.00
HSL 40.25º 0.99% 0.69% -
HSV(B) 40.25º 0.62% 1% -
XYZ 64.1 64.16 20.07 -
YUV 205.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 254 202 96 0 0.20 0.62 0.00 40.25 0.99 0.69
Hex FE CA 60 0 14 3E 0 28 63 45
Octal 376 312 140 0 24 76 0 50 143 105
Binary 11111110 11001010 1100000 0 10100 111110 0 101000 1100011 1000101

Color Harmonies of #FECA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA60

Black with #FECA60

Text Example


Text Example

White with #FECA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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