Html Css Color HEX #FCCD50 Kournikova

📋 copy color: '#FCCD50'

red 252 ◦ green 205 ◦ blue 80

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

Shades of Kournikova #FCCD50

Tints of Kournikova #FCCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.9%

R = 46.93%
G = 38.18%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCCD50 (or 0xFCCD50) is known color: Kournikova. HEX triplet: FC, CD and 50. RGB value is (252,205,80). Sum of RGB (Red+Green+Blue) = 252+205+80=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD50 is #0332AF. Grayscale: #CDCDCD. Windows color (decimal): -209584 or 5295612. OLE color: 5295612.

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

Color convert

RGB 252 205 80 -
CMYK 0 0.19 0.68 0.01
HSL 43.6º 0.97% 0.65% -
HSV(B) 43.6º 0.68% 0.99% -
XYZ 63.42 64.94 16.78 -
YUV 204.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 252 205 80 0 0.19 0.68 0.01 43.6 0.97 0.65
Hex FC CD 50 0 13 44 1 2C 61 41
Octal 374 315 120 0 23 104 1 54 141 101
Binary 11111100 11001101 1010000 0 10011 1000100 1 101100 1100001 1000001

Color Harmonies of #FCCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD50

Black with #FCCD50

Text Example


Text Example

White with #FCCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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