Html Css Color HEX #FCC960 Kournikova

📋 copy color: '#FCC960'

red 252 ◦ green 201 ◦ blue 96

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

Shades of Kournikova #FCC960

Tints of Kournikova #FCC960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 45.9%
G = 36.61%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC960 (or 0xFCC960) is known color: Kournikova. HEX triplet: FC, C9 and 60. RGB value is (252,201,96). Sum of RGB (Red+Green+Blue) = 252+201+96=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC960 is #03369F. Grayscale: #CCCCCC. Windows color (decimal): -210592 or 6343164. OLE color: 6343164.

HSL color Cylindrical-coordinate representation of color #FCC960: hue angle of 40.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC960 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 96 -
CMYK 0 0.20 0.62 0.01
HSL 40.38º 0.96% 0.68% -
HSV(B) 40.38º 0.62% 0.99% -
XYZ 63.14 63.31 19.96 -
YUV 204.28 66.9 162.04 -
System Red Green Blue C M Y K H S L
Decimal 252 201 96 0 0.20 0.62 0.01 40.38 0.96 0.68
Hex FC C9 60 0 14 3E 1 28 60 44
Octal 374 311 140 0 24 76 1 50 140 104
Binary 11111100 11001001 1100000 0 10100 111110 1 101000 1100000 1000100

Color Harmonies of #FCC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC960

Black with #FCC960

Text Example


Text Example

White with #FCC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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