Html Css Color HEX #FCCD46 Kournikova

📋 copy color: '#FCCD46'

red 252 ◦ green 205 ◦ blue 70

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

Shades of Kournikova #FCCD46

Tints of Kournikova #FCCD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.28%

R = 47.82%
G = 38.9%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCCD46 (or 0xFCCD46) is known color: Kournikova. HEX triplet: FC, CD and 46. RGB value is (252,205,70). Sum of RGB (Red+Green+Blue) = 252+205+70=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD46 is #0332B9. Grayscale: #CCCCCC. Windows color (decimal): -209594 or 4640252. OLE color: 4640252.

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

Color convert

RGB 252 205 70 -
CMYK 0 0.19 0.72 0.01
HSL 44.51º 0.97% 0.63% -
HSV(B) 44.51º 0.72% 0.99% -
XYZ 63.08 64.8 14.98 -
YUV 203.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 252 205 70 0 0.19 0.72 0.01 44.51 0.97 0.63
Hex FC CD 46 0 13 48 1 2D 61 3F
Octal 374 315 106 0 23 110 1 55 141 77
Binary 11111100 11001101 1000110 0 10011 1001000 1 101101 1100001 111111

Color Harmonies of #FCCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD46

Black with #FCCD46

Text Example


Text Example

White with #FCCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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