Html Css Color HEX #FCD353 Kournikova

📋 copy color: '#FCD353'

red 252 ◦ green 211 ◦ blue 83

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

Shades of Kournikova #FCD353

Tints of Kournikova #FCD353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.2%

R = 46.15%
G = 38.64%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD353 (or 0xFCD353) is known color: Kournikova. HEX triplet: FC, D3 and 53. RGB value is (252,211,83). Sum of RGB (Red+Green+Blue) = 252+211+83=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD353 is #032CAC. Grayscale: #D1D1D1. Windows color (decimal): -208045 or 5493756. OLE color: 5493756.

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

Color convert

RGB 252 211 83 -
CMYK 0 0.16 0.67 0.01
HSL 45.44º 0.97% 0.66% -
HSV(B) 45.44º 0.67% 0.99% -
XYZ 65 67.91 17.87 -
YUV 208.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 252 211 83 0 0.16 0.67 0.01 45.44 0.97 0.66
Hex FC D3 53 0 10 43 1 2D 61 42
Octal 374 323 123 0 20 103 1 55 141 102
Binary 11111100 11010011 1010011 0 10000 1000011 1 101101 1100001 1000010

Color Harmonies of #FCD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD353

Black with #FCD353

Text Example


Text Example

White with #FCD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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