Html Css Color HEX #FECA4C Kournikova

📋 copy color: '#FECA4C'

red 254 ◦ green 202 ◦ blue 76

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

Shades of Kournikova #FECA4C

Tints of Kournikova #FECA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.29%

R = 47.74%
G = 37.97%
B = 14.29%

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

#FECA4C (or 0xFECA4C) is known color: Kournikova. HEX triplet: FE, CA and 4C. RGB value is (254,202,76). Sum of RGB (Red+Green+Blue) = 254+202+76=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA4C is #0135B3. Grayscale: #CBCBCB. Windows color (decimal): -79284 or 5032702. OLE color: 5032702.

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

Color convert

RGB 254 202 76 -
CMYK 0 0.20 0.70 0.00
HSL 42.47º 0.99% 0.65% -
HSV(B) 42.47º 0.7% 1% -
XYZ 63.3 63.83 15.82 -
YUV 203.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 254 202 76 0 0.20 0.70 0.00 42.47 0.99 0.65
Hex FE CA 4C 0 14 46 0 2A 63 41
Octal 376 312 114 0 24 106 0 52 143 101
Binary 11111110 11001010 1001100 0 10100 1000110 0 101010 1100011 1000001

Color Harmonies of #FECA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA4C

Black with #FECA4C

Text Example


Text Example

White with #FECA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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