Html Css Color HEX #FECC4C Kournikova

📋 copy color: '#FECC4C'

red 254 ◦ green 204 ◦ blue 76

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

Shades of Kournikova #FECC4C

Tints of Kournikova #FECC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

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

R = 47.57%
G = 38.2%
B = 14.23%

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

#FECC4C (or 0xFECC4C) is known color: Kournikova. HEX triplet: FE, CC and 4C. RGB value is (254,204,76). Sum of RGB (Red+Green+Blue) = 254+204+76=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC4C is #0133B3. Grayscale: #CCCCCC. Windows color (decimal): -78772 or 5033214. OLE color: 5033214.

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

Color convert

RGB 254 204 76 -
CMYK 0 0.20 0.70 0.00
HSL 43.15º 0.99% 0.65% -
HSV(B) 43.15º 0.7% 1% -
XYZ 63.77 64.78 15.98 -
YUV 204.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 254 204 76 0 0.20 0.70 0.00 43.15 0.99 0.65
Hex FE CC 4C 0 14 46 0 2B 63 41
Octal 376 314 114 0 24 106 0 53 143 101
Binary 11111110 11001100 1001100 0 10100 1000110 0 101011 1100011 1000001

Color Harmonies of #FECC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC4C

Black with #FECC4C

Text Example


Text Example

White with #FECC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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