Html Css Color HEX #FCCD5A Kournikova

📋 copy color: '#FCCD5A'

red 252 ◦ green 205 ◦ blue 90

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

Shades of Kournikova #FCCD5A

Tints of Kournikova #FCCD5A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 90 (35.55% from 255) = 16.45%

R = 46.07%
G = 37.48%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCCD5A (or 0xFCCD5A) is known color: Kournikova. HEX triplet: FC, CD and 5A. RGB value is (252,205,90). Sum of RGB (Red+Green+Blue) = 252+205+90=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD5A is #0332A5. Grayscale: #CECECE. Windows color (decimal): -209574 or 5950972. OLE color: 5950972.

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

Color convert

RGB 252 205 90 -
CMYK 0 0.19 0.64 0.01
HSL 42.59º 0.96% 0.67% -
HSV(B) 42.59º 0.64% 0.99% -
XYZ 63.82 65.1 18.87 -
YUV 205.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 252 205 90 0 0.19 0.64 0.01 42.59 0.96 0.67
Hex FC CD 5A 0 13 40 1 2B 60 43
Octal 374 315 132 0 23 100 1 53 140 103
Binary 11111100 11001101 1011010 0 10011 1000000 1 101011 1100000 1000011

Color Harmonies of #FCCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD5A

Black with #FCCD5A

Text Example


Text Example

White with #FCCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD5A; }

 p { color: rgb(252,205,90); }

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

background-color css

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

 a { background-color: rgb(252,205,90); }

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

border-color css

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

 span { border-color: rgb(252,205,90); }

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