Html Css Color HEX #FCCD4C Kournikova

📋 copy color: '#FCCD4C'

red 252 ◦ green 205 ◦ blue 76

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

Shades of Kournikova #FCCD4C

Tints of Kournikova #FCCD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.26%

R = 47.28%
G = 38.46%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCCD4C (or 0xFCCD4C) is known color: Kournikova. HEX triplet: FC, CD and 4C. RGB value is (252,205,76). Sum of RGB (Red+Green+Blue) = 252+205+76=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD4C is #0332B3. Grayscale: #CCCCCC. Windows color (decimal): -209588 or 5033468. OLE color: 5033468.

HSL color Cylindrical-coordinate representation of color #FCCD4C: hue angle of 43.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCCD4C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 76 -
CMYK 0 0.19 0.70 0.01
HSL 43.98º 0.97% 0.64% -
HSV(B) 43.98º 0.7% 0.99% -
XYZ 63.28 64.88 16.03 -
YUV 204.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 252 205 76 0 0.19 0.70 0.01 43.98 0.97 0.64
Hex FC CD 4C 0 13 46 1 2C 61 40
Octal 374 315 114 0 23 106 1 54 141 100
Binary 11111100 11001101 1001100 0 10011 1000110 1 101100 1100001 1000000

Color Harmonies of #FCCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD4C

Black with #FCCD4C

Text Example


Text Example

White with #FCCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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