Html Css Color HEX #FCC956 Kournikova

📋 copy color: '#FCC956'

red 252 ◦ green 201 ◦ blue 86

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

Shades of Kournikova #FCC956

Tints of Kournikova #FCC956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 86 (33.98% from 255) = 15.96%

R = 46.75%
G = 37.29%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCC956 (or 0xFCC956) is known color: Kournikova. HEX triplet: FC, C9 and 56. RGB value is (252,201,86). Sum of RGB (Red+Green+Blue) = 252+201+86=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC956 is #0336A9. Grayscale: #CBCBCB. Windows color (decimal): -210602 or 5687804. OLE color: 5687804.

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

Color convert

RGB 252 201 86 -
CMYK 0 0.20 0.66 0.01
HSL 41.57º 0.97% 0.66% -
HSV(B) 41.57º 0.66% 0.99% -
XYZ 62.71 63.14 17.69 -
YUV 203.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 252 201 86 0 0.20 0.66 0.01 41.57 0.97 0.66
Hex FC C9 56 0 14 42 1 2A 61 42
Octal 374 311 126 0 24 102 1 52 141 102
Binary 11111100 11001001 1010110 0 10100 1000010 1 101010 1100001 1000010

Color Harmonies of #FCC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC956

Black with #FCC956

Text Example


Text Example

White with #FCC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC956; }

 p { color: rgb(252,201,86); }

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

background-color css

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

 a { background-color: rgb(252,201,86); }

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

border-color css

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

 span { border-color: rgb(252,201,86); }

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