Html Css Color HEX #FDCD50 Kournikova

📋 copy color: '#FDCD50'

red 253 ◦ green 205 ◦ blue 80

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

Shades of Kournikova #FDCD50

Tints of Kournikova #FDCD50

RGB

 RED value IS 253 (99.22% from 255) = 47.03%

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

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

R = 47.03%
G = 38.1%
B = 14.87%

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

#FDCD50 (or 0xFDCD50) is known color: Kournikova. HEX triplet: FD, CD and 50. RGB value is (253,205,80). Sum of RGB (Red+Green+Blue) = 253+205+80=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD50 is #0232AF. Grayscale: #CDCDCD. Windows color (decimal): -144048 or 5295613. OLE color: 5295613.

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

Color convert

RGB 253 205 80 -
CMYK 0 0.19 0.68 0.01
HSL 43.35º 0.98% 0.65% -
HSV(B) 43.35º 0.68% 0.99% -
XYZ 63.79 65.12 16.8 -
YUV 205.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 253 205 80 0 0.19 0.68 0.01 43.35 0.98 0.65
Hex FD CD 50 0 13 44 1 2B 62 41
Octal 375 315 120 0 23 104 1 53 142 101
Binary 11111101 11001101 1010000 0 10011 1000100 1 101011 1100010 1000001

Color Harmonies of #FDCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD50

Black with #FDCD50

Text Example


Text Example

White with #FDCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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