Html Css Color HEX #FCD145 Kournikova

📋 copy color: '#FCD145'

red 252 ◦ green 209 ◦ blue 69

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

Shades of Kournikova #FCD145

Tints of Kournikova #FCD145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.43%

 BLUE value IS 69 (27.34% from 255) = 13.02%

R = 47.55%
G = 39.43%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCD145 (or 0xFCD145) is known color: Kournikova. HEX triplet: FC, D1 and 45. RGB value is (252,209,69). Sum of RGB (Red+Green+Blue) = 252+209+69=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD145 is #032EBA. Grayscale: #CECECE. Windows color (decimal): -208571 or 4575740. OLE color: 4575740.

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

Color convert

RGB 252 209 69 -
CMYK 0 0.17 0.73 0.01
HSL 45.9º 0.97% 0.63% -
HSV(B) 45.9º 0.73% 0.99% -
XYZ 64.02 66.73 15.14 -
YUV 205.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 252 209 69 0 0.17 0.73 0.01 45.9 0.97 0.63
Hex FC D1 45 0 11 49 1 2E 61 3F
Octal 374 321 105 0 21 111 1 56 141 77
Binary 11111100 11010001 1000101 0 10001 1001001 1 101110 1100001 111111

Color Harmonies of #FCD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD145

Black with #FCD145

Text Example


Text Example

White with #FCD145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD145; }

 p { color: rgb(252,209,69); }

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

background-color css

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

 a { background-color: rgb(252,209,69); }

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

border-color css

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

 span { border-color: rgb(252,209,69); }

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