Html Css Color HEX #FCD053 Kournikova

📋 copy color: '#FCD053'

red 252 ◦ green 208 ◦ blue 83

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

Shades of Kournikova #FCD053

Tints of Kournikova #FCD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 46.41%
G = 38.31%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD053 (or 0xFCD053) is known color: Kournikova. HEX triplet: FC, D0 and 53. RGB value is (252,208,83). Sum of RGB (Red+Green+Blue) = 252+208+83=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 83 (32.81% from 255 or 15.29% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD053 is #032FAC. Grayscale: #CFCFCF. Windows color (decimal): -208813 or 5492988. OLE color: 5492988.

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

Color convert

RGB 252 208 83 -
CMYK 0 0.17 0.67 0.01
HSL 44.38º 0.97% 0.66% -
HSV(B) 44.38º 0.67% 0.99% -
XYZ 64.26 66.43 17.62 -
YUV 206.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 252 208 83 0 0.17 0.67 0.01 44.38 0.97 0.66
Hex FC D0 53 0 11 43 1 2C 61 42
Octal 374 320 123 0 21 103 1 54 141 102
Binary 11111100 11010000 1010011 0 10001 1000011 1 101100 1100001 1000010

Color Harmonies of #FCD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD053

Black with #FCD053

Text Example


Text Example

White with #FCD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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