Html Css Color HEX #FCCA4D Kournikova

📋 copy color: '#FCCA4D'

red 252 ◦ green 202 ◦ blue 77

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

Shades of Kournikova #FCCA4D

Tints of Kournikova #FCCA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.5%

R = 47.46%
G = 38.04%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCCA4D (or 0xFCCA4D) is known color: Kournikova. HEX triplet: FC, CA and 4D. RGB value is (252,202,77). Sum of RGB (Red+Green+Blue) = 252+202+77=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA4D is #0335B2. Grayscale: #CBCBCB. Windows color (decimal): -210355 or 5098236. OLE color: 5098236.

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

Color convert

RGB 252 202 77 -
CMYK 0 0.20 0.69 0.01
HSL 42.86º 0.97% 0.65% -
HSV(B) 42.86º 0.69% 0.99% -
XYZ 62.6 63.47 15.97 -
YUV 202.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 252 202 77 0 0.20 0.69 0.01 42.86 0.97 0.65
Hex FC CA 4D 0 14 45 1 2B 61 41
Octal 374 312 115 0 24 105 1 53 141 101
Binary 11111100 11001010 1001101 0 10100 1000101 1 101011 1100001 1000001

Color Harmonies of #FCCA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA4D

Black with #FCCA4D

Text Example


Text Example

White with #FCCA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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