Html Css Color HEX #FCC95D Kournikova

📋 copy color: '#FCC95D'

red 252 ◦ green 201 ◦ blue 93

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

Shades of Kournikova #FCC95D

Tints of Kournikova #FCC95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 46.15%
G = 36.81%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC95D (or 0xFCC95D) is known color: Kournikova. HEX triplet: FC, C9 and 5D. RGB value is (252,201,93). Sum of RGB (Red+Green+Blue) = 252+201+93=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95D is #0336A2. Grayscale: #CCCCCC. Windows color (decimal): -210595 or 6146556. OLE color: 6146556.

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

Color convert

RGB 252 201 93 -
CMYK 0 0.20 0.63 0.01
HSL 40.75º 0.96% 0.68% -
HSV(B) 40.75º 0.63% 0.99% -
XYZ 63.01 63.26 19.25 -
YUV 203.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 252 201 93 0 0.20 0.63 0.01 40.75 0.96 0.68
Hex FC C9 5D 0 14 3F 1 29 60 44
Octal 374 311 135 0 24 77 1 51 140 104
Binary 11111100 11001001 1011101 0 10100 111111 1 101001 1100000 1000100

Color Harmonies of #FCC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC95D

Black with #FCC95D

Text Example


Text Example

White with #FCC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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