Html Css Color HEX #FCD148 Kournikova

📋 copy color: '#FCD148'

red 252 ◦ green 209 ◦ blue 72

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

Shades of Kournikova #FCD148

Tints of Kournikova #FCD148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.51%

R = 47.28%
G = 39.21%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD148 (or 0xFCD148) is known color: Kournikova. HEX triplet: FC, D1 and 48. RGB value is (252,209,72). Sum of RGB (Red+Green+Blue) = 252+209+72=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD148 is #032EB7. Grayscale: #CECECE. Windows color (decimal): -208568 or 4772348. OLE color: 4772348.

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

Color convert

RGB 252 209 72 -
CMYK 0 0.17 0.71 0.01
HSL 45.67º 0.97% 0.64% -
HSV(B) 45.67º 0.71% 0.99% -
XYZ 64.12 66.76 15.64 -
YUV 206.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 252 209 72 0 0.17 0.71 0.01 45.67 0.97 0.64
Hex FC D1 48 0 11 47 1 2E 61 40
Octal 374 321 110 0 21 107 1 56 141 100
Binary 11111100 11010001 1001000 0 10001 1000111 1 101110 1100001 1000000

Color Harmonies of #FCD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD148

Black with #FCD148

Text Example


Text Example

White with #FCD148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD148; }

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

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

background-color css

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

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

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

border-color css

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

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

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