Html Css Color HEX #FDCD5A Kournikova

📋 copy color: '#FDCD5A'

red 253 ◦ green 205 ◦ blue 90

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

Shades of Kournikova #FDCD5A

Tints of Kournikova #FDCD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 46.17%
G = 37.41%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDCD5A (or 0xFDCD5A) is known color: Kournikova. HEX triplet: FD, CD and 5A. RGB value is (253,205,90). Sum of RGB (Red+Green+Blue) = 253+205+90=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD5A is #0232A5. Grayscale: #CECECE. Windows color (decimal): -144038 or 5950973. OLE color: 5950973.

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

Color convert

RGB 253 205 90 -
CMYK 0 0.19 0.64 0.01
HSL 42.33º 0.98% 0.67% -
HSV(B) 42.33º 0.64% 0.99% -
XYZ 64.18 65.28 18.89 -
YUV 206.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 253 205 90 0 0.19 0.64 0.01 42.33 0.98 0.67
Hex FD CD 5A 0 13 40 1 2A 62 43
Octal 375 315 132 0 23 100 1 52 142 103
Binary 11111101 11001101 1011010 0 10011 1000000 1 101010 1100010 1000011

Color Harmonies of #FDCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD5A

Black with #FDCD5A

Text Example


Text Example

White with #FDCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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