Html Css Color HEX #FECC4A Kournikova

📋 copy color: '#FECC4A'

red 254 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #FECC4A

Tints of Kournikova #FECC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.91%

R = 47.74%
G = 38.35%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FECC4A (or 0xFECC4A) is known color: Kournikova. HEX triplet: FE, CC and 4A. RGB value is (254,204,74). Sum of RGB (Red+Green+Blue) = 254+204+74=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC4A is #0133B5. Grayscale: #CCCCCC. Windows color (decimal): -78774 or 4902142. OLE color: 4902142.

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

Color convert

RGB 254 204 74 -
CMYK 0 0.20 0.71 0.00
HSL 43.33º 0.99% 0.64% -
HSV(B) 43.33º 0.71% 1% -
XYZ 63.7 64.75 15.62 -
YUV 204.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 254 204 74 0 0.20 0.71 0.00 43.33 0.99 0.64
Hex FE CC 4A 0 14 47 0 2B 63 40
Octal 376 314 112 0 24 107 0 53 143 100
Binary 11111110 11001100 1001010 0 10100 1000111 0 101011 1100011 1000000

Color Harmonies of #FECC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC4A

Black with #FECC4A

Text Example


Text Example

White with #FECC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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