Html Css Color HEX #FCC95C Kournikova

📋 copy color: '#FCC95C'

red 252 ◦ green 201 ◦ blue 92

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

Shades of Kournikova #FCC95C

Tints of Kournikova #FCC95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.88%

R = 46.24%
G = 36.88%
B = 16.88%

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

#FCC95C (or 0xFCC95C) is known color: Kournikova. HEX triplet: FC, C9 and 5C. RGB value is (252,201,92). Sum of RGB (Red+Green+Blue) = 252+201+92=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95C is #0336A3. Grayscale: #CCCCCC. Windows color (decimal): -210596 or 6081020. OLE color: 6081020.

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

Color convert

RGB 252 201 92 -
CMYK 0 0.20 0.63 0.01
HSL 40.88º 0.96% 0.67% -
HSV(B) 40.88º 0.63% 0.99% -
XYZ 62.96 63.24 19.01 -
YUV 203.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 252 201 92 0 0.20 0.63 0.01 40.88 0.96 0.67
Hex FC C9 5C 0 14 3F 1 29 60 43
Octal 374 311 134 0 24 77 1 51 140 103
Binary 11111100 11001001 1011100 0 10100 111111 1 101001 1100000 1000011

Color Harmonies of #FCC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC95C

Black with #FCC95C

Text Example


Text Example

White with #FCC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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