Html Css Color HEX #FCD34A Kournikova

📋 copy color: '#FCD34A'

red 252 ◦ green 211 ◦ blue 74

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

Shades of Kournikova #FCD34A

Tints of Kournikova #FCD34A

RGB

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

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

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

R = 46.93%
G = 39.29%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD34A (or 0xFCD34A) is known color: Kournikova. HEX triplet: FC, D3 and 4A. RGB value is (252,211,74). Sum of RGB (Red+Green+Blue) = 252+211+74=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD34A is #032CB5. Grayscale: #D0D0D0. Windows color (decimal): -208054 or 4903932. OLE color: 4903932.

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

Color convert

RGB 252 211 74 -
CMYK 0 0.16 0.71 0.01
HSL 46.18º 0.97% 0.64% -
HSV(B) 46.18º 0.71% 0.99% -
XYZ 64.68 67.78 16.15 -
YUV 207.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 252 211 74 0 0.16 0.71 0.01 46.18 0.97 0.64
Hex FC D3 4A 0 10 47 1 2E 61 40
Octal 374 323 112 0 20 107 1 56 141 100
Binary 11111100 11010011 1001010 0 10000 1000111 1 101110 1100001 1000000

Color Harmonies of #FCD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD34A

Black with #FCD34A

Text Example


Text Example

White with #FCD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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