Html Css Color HEX #FECA4D Kournikova

📋 copy color: '#FECA4D'

red 254 ◦ green 202 ◦ blue 77

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

Shades of Kournikova #FECA4D

Tints of Kournikova #FECA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 47.65%
G = 37.9%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FECA4D (or 0xFECA4D) is known color: Kournikova. HEX triplet: FE, CA and 4D. RGB value is (254,202,77). Sum of RGB (Red+Green+Blue) = 254+202+77=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA4D is #0135B2. Grayscale: #CBCBCB. Windows color (decimal): -79283 or 5098238. OLE color: 5098238.

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

Color convert

RGB 254 202 77 -
CMYK 0 0.20 0.70 0.00
HSL 42.37º 0.99% 0.65% -
HSV(B) 42.37º 0.7% 1% -
XYZ 63.33 63.85 16.01 -
YUV 203.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 254 202 77 0 0.20 0.70 0.00 42.37 0.99 0.65
Hex FE CA 4D 0 14 46 0 2A 63 41
Octal 376 312 115 0 24 106 0 52 143 101
Binary 11111110 11001010 1001101 0 10100 1000110 0 101010 1100011 1000001

Color Harmonies of #FECA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA4D

Black with #FECA4D

Text Example


Text Example

White with #FECA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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