Html Css Color HEX #FCCA4A Kournikova

📋 copy color: '#FCCA4A'

red 252 ◦ green 202 ◦ blue 74

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

Shades of Kournikova #FCCA4A

Tints of Kournikova #FCCA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.02%

R = 47.73%
G = 38.26%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCCA4A (or 0xFCCA4A) is known color: Kournikova. HEX triplet: FC, CA and 4A. RGB value is (252,202,74). Sum of RGB (Red+Green+Blue) = 252+202+74=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA4A is #0335B5. Grayscale: #CACACA. Windows color (decimal): -210358 or 4901628. OLE color: 4901628.

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

Color convert

RGB 252 202 74 -
CMYK 0 0.20 0.71 0.01
HSL 43.15º 0.97% 0.64% -
HSV(B) 43.15º 0.71% 0.99% -
XYZ 62.5 63.43 15.43 -
YUV 202.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 252 202 74 0 0.20 0.71 0.01 43.15 0.97 0.64
Hex FC CA 4A 0 14 47 1 2B 61 40
Octal 374 312 112 0 24 107 1 53 141 100
Binary 11111100 11001010 1001010 0 10100 1000111 1 101011 1100001 1000000

Color Harmonies of #FCCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA4A

Black with #FCCA4A

Text Example


Text Example

White with #FCCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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