Html Css Color HEX #FECC4F Kournikova

📋 copy color: '#FECC4F'

red 254 ◦ green 204 ◦ blue 79

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

Shades of Kournikova #FECC4F

Tints of Kournikova #FECC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.71%

R = 47.3%
G = 37.99%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECC4F (or 0xFECC4F) is known color: Kournikova. HEX triplet: FE, CC and 4F. RGB value is (254,204,79). Sum of RGB (Red+Green+Blue) = 254+204+79=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC4F is #0133B0. Grayscale: #CDCDCD. Windows color (decimal): -78769 or 5229822. OLE color: 5229822.

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

Color convert

RGB 254 204 79 -
CMYK 0 0.20 0.69 0.00
HSL 42.86º 0.99% 0.65% -
HSV(B) 42.86º 0.69% 1% -
XYZ 63.88 64.82 16.54 -
YUV 204.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 254 204 79 0 0.20 0.69 0.00 42.86 0.99 0.65
Hex FE CC 4F 0 14 45 0 2B 63 41
Octal 376 314 117 0 24 105 0 53 143 101
Binary 11111110 11001100 1001111 0 10100 1000101 0 101011 1100011 1000001

Color Harmonies of #FECC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC4F

Black with #FECC4F

Text Example


Text Example

White with #FECC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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