Html Css Color HEX #FCD34F Kournikova

📋 copy color: '#FCD34F'

red 252 ◦ green 211 ◦ blue 79

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

Shades of Kournikova #FCD34F

Tints of Kournikova #FCD34F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.93%

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

R = 46.49%
G = 38.93%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCD34F (or 0xFCD34F) is known color: Kournikova. HEX triplet: FC, D3 and 4F. RGB value is (252,211,79). Sum of RGB (Red+Green+Blue) = 252+211+79=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD34F is #032CB0. Grayscale: #D0D0D0. Windows color (decimal): -208049 or 5231612. OLE color: 5231612.

HSL color Cylindrical-coordinate representation of color #FCD34F: hue angle of 45.78º 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 #FCD34F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 211 79 -
CMYK 0 0.16 0.69 0.01
HSL 45.78º 0.97% 0.65% -
HSV(B) 45.78º 0.69% 0.99% -
XYZ 64.85 67.85 17.08 -
YUV 208.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 252 211 79 0 0.16 0.69 0.01 45.78 0.97 0.65
Hex FC D3 4F 0 10 45 1 2E 61 41
Octal 374 323 117 0 20 105 1 56 141 101
Binary 11111100 11010011 1001111 0 10000 1000101 1 101110 1100001 1000001

Color Harmonies of #FCD34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD34F

Black with #FCD34F

Text Example


Text Example

White with #FCD34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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