Html Css Color HEX #FECC4D Kournikova

📋 copy color: '#FECC4D'

red 254 ◦ green 204 ◦ blue 77

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

Shades of Kournikova #FECC4D

Tints of Kournikova #FECC4D

RGB

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

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

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

R = 47.48%
G = 38.13%
B = 14.39%

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

#FECC4D (or 0xFECC4D) is known color: Kournikova. HEX triplet: FE, CC and 4D. RGB value is (254,204,77). Sum of RGB (Red+Green+Blue) = 254+204+77=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC4D is #0133B2. Grayscale: #CDCDCD. Windows color (decimal): -78771 or 5098750. OLE color: 5098750.

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

Color convert

RGB 254 204 77 -
CMYK 0 0.20 0.70 0.00
HSL 43.05º 0.99% 0.65% -
HSV(B) 43.05º 0.7% 1% -
XYZ 63.81 64.79 16.16 -
YUV 204.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 254 204 77 0 0.20 0.70 0.00 43.05 0.99 0.65
Hex FE CC 4D 0 14 46 0 2B 63 41
Octal 376 314 115 0 24 106 0 53 143 101
Binary 11111110 11001100 1001101 0 10100 1000110 0 101011 1100011 1000001

Color Harmonies of #FECC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC4D

Black with #FECC4D

Text Example


Text Example

White with #FECC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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