Html Css Color HEX #FCCA5D Kournikova

📋 copy color: '#FCCA5D'

red 252 ◦ green 202 ◦ blue 93

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

Shades of Kournikova #FCCA5D

Tints of Kournikova #FCCA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

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

R = 46.07%
G = 36.93%
B = 17%

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

#FCCA5D (or 0xFCCA5D) is known color: Kournikova. HEX triplet: FC, CA and 5D. RGB value is (252,202,93). Sum of RGB (Red+Green+Blue) = 252+202+93=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA5D is #0335A2. Grayscale: #CDCDCD. Windows color (decimal): -210339 or 6146812. OLE color: 6146812.

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

Color convert

RGB 252 202 93 -
CMYK 0 0.20 0.63 0.01
HSL 41.13º 0.96% 0.68% -
HSV(B) 41.13º 0.63% 0.99% -
XYZ 63.24 63.73 19.32 -
YUV 204.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 252 202 93 0 0.20 0.63 0.01 41.13 0.96 0.68
Hex FC CA 5D 0 14 3F 1 29 60 44
Octal 374 312 135 0 24 77 1 51 140 104
Binary 11111100 11001010 1011101 0 10100 111111 1 101001 1100000 1000100

Color Harmonies of #FCCA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA5D

Black with #FCCA5D

Text Example


Text Example

White with #FCCA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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