Html Css Color HEX #FCD652 Kournikova

📋 copy color: '#FCD652'

red 252 ◦ green 214 ◦ blue 82

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

Shades of Kournikova #FCD652

Tints of Kournikova #FCD652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 82 (32.42% from 255) = 14.96%

R = 45.99%
G = 39.05%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD652 (or 0xFCD652) is known color: Kournikova. HEX triplet: FC, D6 and 52. RGB value is (252,214,82). Sum of RGB (Red+Green+Blue) = 252+214+82=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD652 is #0329AD. Grayscale: #D2D2D2. Windows color (decimal): -207278 or 5428988. OLE color: 5428988.

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

Color convert

RGB 252 214 82 -
CMYK 0 0.15 0.67 0.01
HSL 46.59º 0.97% 0.65% -
HSV(B) 46.59º 0.67% 0.99% -
XYZ 65.71 69.4 17.91 -
YUV 210.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 252 214 82 0 0.15 0.67 0.01 46.59 0.97 0.65
Hex FC D6 52 0 F 43 1 2F 61 41
Octal 374 326 122 0 17 103 1 57 141 101
Binary 11111100 11010110 1010010 0 1111 1000011 1 101111 1100001 1000001

Color Harmonies of #FCD652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD652

Black with #FCD652

Text Example


Text Example

White with #FCD652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD652; }

 p { color: rgb(252,214,82); }

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

background-color css

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

 a { background-color: rgb(252,214,82); }

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

border-color css

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

 span { border-color: rgb(252,214,82); }

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