Html Css Color HEX #FCD550 Kournikova

📋 copy color: '#FCD550'

red 252 ◦ green 213 ◦ blue 80

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

Shades of Kournikova #FCD550

Tints of Kournikova #FCD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

 BLUE value IS 80 (31.64% from 255) = 14.68%

R = 46.24%
G = 39.08%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD550 (or 0xFCD550) is known color: Kournikova. HEX triplet: FC, D5 and 50. RGB value is (252,213,80). Sum of RGB (Red+Green+Blue) = 252+213+80=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD550 is #032AAF. Grayscale: #D2D2D2. Windows color (decimal): -207536 or 5297660. OLE color: 5297660.

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

Color convert

RGB 252 213 80 -
CMYK 0 0.15 0.68 0.01
HSL 46.4º 0.97% 0.65% -
HSV(B) 46.4º 0.68% 0.99% -
XYZ 65.39 68.86 17.44 -
YUV 209.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 252 213 80 0 0.15 0.68 0.01 46.4 0.97 0.65
Hex FC D5 50 0 F 44 1 2E 61 41
Octal 374 325 120 0 17 104 1 56 141 101
Binary 11111100 11010101 1010000 0 1111 1000100 1 101110 1100001 1000001

Color Harmonies of #FCD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD550

Black with #FCD550

Text Example


Text Example

White with #FCD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD550; }

 p { color: rgb(252,213,80); }

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

background-color css

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

 a { background-color: rgb(252,213,80); }

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

border-color css

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

 span { border-color: rgb(252,213,80); }

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