Html Css Color HEX #FCD054 Kournikova

📋 copy color: '#FCD054'

red 252 ◦ green 208 ◦ blue 84

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

Shades of Kournikova #FCD054

Tints of Kournikova #FCD054

RGB

 RED value IS 252 (98.83% from 255) = 46.32%

 GREEN value IS 208 (81.64% from 255) = 38.24%

 BLUE value IS 84 (33.2% from 255) = 15.44%

R = 46.32%
G = 38.24%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD054 (or 0xFCD054) is known color: Kournikova. HEX triplet: FC, D0 and 54. RGB value is (252,208,84). Sum of RGB (Red+Green+Blue) = 252+208+84=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD054 is #032FAB. Grayscale: #CFCFCF. Windows color (decimal): -208812 or 5558524. OLE color: 5558524.

HSL color Cylindrical-coordinate representation of color #FCD054: hue angle of 44.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD054 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 84 -
CMYK 0 0.17 0.67 0.01
HSL 44.29º 0.97% 0.66% -
HSV(B) 44.29º 0.67% 0.99% -
XYZ 64.3 66.45 17.82 -
YUV 207.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 252 208 84 0 0.17 0.67 0.01 44.29 0.97 0.66
Hex FC D0 54 0 11 43 1 2C 61 42
Octal 374 320 124 0 21 103 1 54 141 102
Binary 11111100 11010000 1010100 0 10001 1000011 1 101100 1100001 1000010

Color Harmonies of #FCD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD054

Black with #FCD054

Text Example


Text Example

White with #FCD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD054; }

 p { color: rgb(252,208,84); }

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

background-color css

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

 a { background-color: rgb(252,208,84); }

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

border-color css

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

 span { border-color: rgb(252,208,84); }

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