Html Css Color HEX #FDCD5B Kournikova

📋 copy color: '#FDCD5B'

red 253 ◦ green 205 ◦ blue 91

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

Shades of Kournikova #FDCD5B

Tints of Kournikova #FDCD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.58%

R = 46.08%
G = 37.34%
B = 16.58%

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

#FDCD5B (or 0xFDCD5B) is known color: Kournikova. HEX triplet: FD, CD and 5B. RGB value is (253,205,91). Sum of RGB (Red+Green+Blue) = 253+205+91=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD5B is #0232A4. Grayscale: #CECECE. Windows color (decimal): -144037 or 6016509. OLE color: 6016509.

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

Color convert

RGB 253 205 91 -
CMYK 0 0.19 0.64 0.01
HSL 42.22º 0.98% 0.67% -
HSV(B) 42.22º 0.64% 0.99% -
XYZ 64.23 65.3 19.12 -
YUV 206.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 253 205 91 0 0.19 0.64 0.01 42.22 0.98 0.67
Hex FD CD 5B 0 13 40 1 2A 62 43
Octal 375 315 133 0 23 100 1 52 142 103
Binary 11111101 11001101 1011011 0 10011 1000000 1 101010 1100010 1000011

Color Harmonies of #FDCD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD5B

Black with #FDCD5B

Text Example


Text Example

White with #FDCD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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