Html Css Color HEX #FECA52 Kournikova

📋 copy color: '#FECA52'

red 254 ◦ green 202 ◦ blue 82

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

Shades of Kournikova #FECA52

Tints of Kournikova #FECA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 47.21%
G = 37.55%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FECA52 (or 0xFECA52) is known color: Kournikova. HEX triplet: FE, CA and 52. RGB value is (254,202,82). Sum of RGB (Red+Green+Blue) = 254+202+82=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA52 is #0135AD. Grayscale: #CCCCCC. Windows color (decimal): -79278 or 5425918. OLE color: 5425918.

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

Color convert

RGB 254 202 82 -
CMYK 0 0.20 0.68 0.00
HSL 41.86º 0.99% 0.66% -
HSV(B) 41.86º 0.68% 1% -
XYZ 63.52 63.92 16.97 -
YUV 203.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 254 202 82 0 0.20 0.68 0.00 41.86 0.99 0.66
Hex FE CA 52 0 14 44 0 2A 63 42
Octal 376 312 122 0 24 104 0 52 143 102
Binary 11111110 11001010 1010010 0 10100 1000100 0 101010 1100011 1000010

Color Harmonies of #FECA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA52

Black with #FECA52

Text Example


Text Example

White with #FECA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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