Html Css Color HEX #FCCC49 Kournikova

📋 copy color: '#FCCC49'

red 252 ◦ green 204 ◦ blue 73

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

Shades of Kournikova #FCCC49

Tints of Kournikova #FCCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

 BLUE value IS 73 (28.91% from 255) = 13.8%

R = 47.64%
G = 38.56%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCCC49 (or 0xFCCC49) is known color: Kournikova. HEX triplet: FC, CC and 49. RGB value is (252,204,73). Sum of RGB (Red+Green+Blue) = 252+204+73=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC49 is #0333B6. Grayscale: #CBCBCB. Windows color (decimal): -209847 or 4836604. OLE color: 4836604.

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

Color convert

RGB 252 204 73 -
CMYK 0 0.19 0.71 0.01
HSL 43.91º 0.97% 0.64% -
HSV(B) 43.91º 0.71% 0.99% -
XYZ 62.94 64.36 15.41 -
YUV 203.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 252 204 73 0 0.19 0.71 0.01 43.91 0.97 0.64
Hex FC CC 49 0 13 47 1 2C 61 40
Octal 374 314 111 0 23 107 1 54 141 100
Binary 11111100 11001100 1001001 0 10011 1000111 1 101100 1100001 1000000

Color Harmonies of #FCCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC49

Black with #FCCC49

Text Example


Text Example

White with #FCCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC49; }

 p { color: rgb(252,204,73); }

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

background-color css

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

 a { background-color: rgb(252,204,73); }

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

border-color css

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

 span { border-color: rgb(252,204,73); }

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