Html Css Color HEX #FCD455 Kournikova

📋 copy color: '#FCD455'

red 252 ◦ green 212 ◦ blue 85

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

Shades of Kournikova #FCD455

Tints of Kournikova #FCD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.62%

 BLUE value IS 85 (33.59% from 255) = 15.48%

R = 45.9%
G = 38.62%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD455 (or 0xFCD455) is known color: Kournikova. HEX triplet: FC, D4 and 55. RGB value is (252,212,85). Sum of RGB (Red+Green+Blue) = 252+212+85=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD455 is #032BAA. Grayscale: #D2D2D2. Windows color (decimal): -207787 or 5625084. OLE color: 5625084.

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

Color convert

RGB 252 212 85 -
CMYK 0 0.16 0.66 0.01
HSL 45.63º 0.97% 0.66% -
HSV(B) 45.63º 0.66% 0.99% -
XYZ 65.33 68.44 18.36 -
YUV 209.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 252 212 85 0 0.16 0.66 0.01 45.63 0.97 0.66
Hex FC D4 55 0 10 42 1 2E 61 42
Octal 374 324 125 0 20 102 1 56 141 102
Binary 11111100 11010100 1010101 0 10000 1000010 1 101110 1100001 1000010

Color Harmonies of #FCD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD455

Black with #FCD455

Text Example


Text Example

White with #FCD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD455; }

 p { color: rgb(252,212,85); }

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

background-color css

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

 a { background-color: rgb(252,212,85); }

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

border-color css

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

 span { border-color: rgb(252,212,85); }

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