Html Css Color HEX #FCCA50 Kournikova

📋 copy color: '#FCCA50'

red 252 ◦ green 202 ◦ blue 80

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

Shades of Kournikova #FCCA50

Tints of Kournikova #FCCA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 47.19%
G = 37.83%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCCA50 (or 0xFCCA50) is known color: Kournikova. HEX triplet: FC, CA and 50. RGB value is (252,202,80). Sum of RGB (Red+Green+Blue) = 252+202+80=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA50 is #0335AF. Grayscale: #CBCBCB. Windows color (decimal): -210352 or 5294844. OLE color: 5294844.

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

Color convert

RGB 252 202 80 -
CMYK 0 0.20 0.68 0.01
HSL 42.56º 0.97% 0.65% -
HSV(B) 42.56º 0.68% 0.99% -
XYZ 62.71 63.52 16.54 -
YUV 203.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 252 202 80 0 0.20 0.68 0.01 42.56 0.97 0.65
Hex FC CA 50 0 14 44 1 2B 61 41
Octal 374 312 120 0 24 104 1 53 141 101
Binary 11111100 11001010 1010000 0 10100 1000100 1 101011 1100001 1000001

Color Harmonies of #FCCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA50

Black with #FCCA50

Text Example


Text Example

White with #FCCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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