Html Css Color HEX #FCD04F Kournikova

📋 copy color: '#FCD04F'

red 252 ◦ green 208 ◦ blue 79

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

Shades of Kournikova #FCD04F

Tints of Kournikova #FCD04F

RGB

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

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

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

R = 46.75%
G = 38.59%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCD04F (or 0xFCD04F) is known color: Kournikova. HEX triplet: FC, D0 and 4F. RGB value is (252,208,79). Sum of RGB (Red+Green+Blue) = 252+208+79=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 79 (31.25% from 255 or 14.66% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD04F is #032FB0. Grayscale: #CFCFCF. Windows color (decimal): -208817 or 5230844. OLE color: 5230844.

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

Color convert

RGB 252 208 79 -
CMYK 0 0.17 0.69 0.01
HSL 44.74º 0.97% 0.65% -
HSV(B) 44.74º 0.69% 0.99% -
XYZ 64.11 66.37 16.83 -
YUV 206.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 252 208 79 0 0.17 0.69 0.01 44.74 0.97 0.65
Hex FC D0 4F 0 11 45 1 2D 61 41
Octal 374 320 117 0 21 105 1 55 141 101
Binary 11111100 11010000 1001111 0 10001 1000101 1 101101 1100001 1000001

Color Harmonies of #FCD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD04F

Black with #FCD04F

Text Example


Text Example

White with #FCD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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