Html Css Color HEX #FCCC48 Kournikova

📋 copy color: '#FCCC48'

red 252 ◦ green 204 ◦ blue 72

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

Shades of Kournikova #FCCC48

Tints of Kournikova #FCCC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.64%

R = 47.73%
G = 38.64%
B = 13.64%

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

#FCCC48 (or 0xFCCC48) is known color: Kournikova. HEX triplet: FC, CC and 48. RGB value is (252,204,72). Sum of RGB (Red+Green+Blue) = 252+204+72=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC48 is #0333B7. Grayscale: #CBCBCB. Windows color (decimal): -209848 or 4771068. OLE color: 4771068.

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

Color convert

RGB 252 204 72 -
CMYK 0 0.19 0.71 0.01
HSL 44º 0.97% 0.64% -
HSV(B) 44º 0.71% 0.99% -
XYZ 62.91 64.35 15.24 -
YUV 203.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 252 204 72 0 0.19 0.71 0.01 44 0.97 0.64
Hex FC CC 48 0 13 47 1 2C 61 40
Octal 374 314 110 0 23 107 1 54 141 100
Binary 11111100 11001100 1001000 0 10011 1000111 1 101100 1100001 1000000

Color Harmonies of #FCCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC48

Black with #FCCC48

Text Example


Text Example

White with #FCCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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