Html Css Color HEX #FCCD55 Kournikova

📋 copy color: '#FCCD55'

red 252 ◦ green 205 ◦ blue 85

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

Shades of Kournikova #FCCD55

Tints of Kournikova #FCCD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.68%

R = 46.49%
G = 37.82%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCCD55 (or 0xFCCD55) is known color: Kournikova. HEX triplet: FC, CD and 55. RGB value is (252,205,85). Sum of RGB (Red+Green+Blue) = 252+205+85=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD55 is #0332AA. Grayscale: #CDCDCD. Windows color (decimal): -209579 or 5623292. OLE color: 5623292.

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

Color convert

RGB 252 205 85 -
CMYK 0 0.19 0.66 0.01
HSL 43.11º 0.97% 0.66% -
HSV(B) 43.11º 0.66% 0.99% -
XYZ 63.62 65.01 17.79 -
YUV 205.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 252 205 85 0 0.19 0.66 0.01 43.11 0.97 0.66
Hex FC CD 55 0 13 42 1 2B 61 42
Octal 374 315 125 0 23 102 1 53 141 102
Binary 11111100 11001101 1010101 0 10011 1000010 1 101011 1100001 1000010

Color Harmonies of #FCCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD55

Black with #FCCD55

Text Example


Text Example

White with #FCCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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