Html Css Color HEX #FCCD48 Kournikova

📋 copy color: '#FCCD48'

red 252 ◦ green 205 ◦ blue 72

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

Shades of Kournikova #FCCD48

Tints of Kournikova #FCCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

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

R = 47.64%
G = 38.75%
B = 13.61%

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

#FCCD48 (or 0xFCCD48) is known color: Kournikova. HEX triplet: FC, CD and 48. RGB value is (252,205,72). Sum of RGB (Red+Green+Blue) = 252+205+72=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD48 is #0332B7. Grayscale: #CCCCCC. Windows color (decimal): -209592 or 4771324. OLE color: 4771324.

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

Color convert

RGB 252 205 72 -
CMYK 0 0.19 0.71 0.01
HSL 44.33º 0.97% 0.64% -
HSV(B) 44.33º 0.71% 0.99% -
XYZ 63.15 64.83 15.32 -
YUV 203.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 252 205 72 0 0.19 0.71 0.01 44.33 0.97 0.64
Hex FC CD 48 0 13 47 1 2C 61 40
Octal 374 315 110 0 23 107 1 54 141 100
Binary 11111100 11001101 1001000 0 10011 1000111 1 101100 1100001 1000000

Color Harmonies of #FCCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD48

Black with #FCCD48

Text Example


Text Example

White with #FCCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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