Html Css Color HEX #FDD556 Kournikova

📋 copy color: '#FDD556'

red 253 ◦ green 213 ◦ blue 86

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

Shades of Kournikova #FDD556

Tints of Kournikova #FDD556

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

 BLUE value IS 86 (33.98% from 255) = 15.58%

R = 45.83%
G = 38.59%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDD556 (or 0xFDD556) is known color: Kournikova. HEX triplet: FD, D5 and 56. RGB value is (253,213,86). Sum of RGB (Red+Green+Blue) = 253+213+86=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 86 (33.98% from 255 or 15.58% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD556 is #022AA9. Grayscale: #D3D3D3. Windows color (decimal): -141994 or 5690877. OLE color: 5690877.

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

Color convert

RGB 253 213 86 -
CMYK 0 0.16 0.66 0.01
HSL 45.63º 0.98% 0.66% -
HSV(B) 45.63º 0.66% 0.99% -
XYZ 65.98 69.14 18.67 -
YUV 210.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 253 213 86 0 0.16 0.66 0.01 45.63 0.98 0.66
Hex FD D5 56 0 10 42 1 2E 62 42
Octal 375 325 126 0 20 102 1 56 142 102
Binary 11111101 11010101 1010110 0 10000 1000010 1 101110 1100010 1000010

Color Harmonies of #FDD556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD556

Black with #FDD556

Text Example


Text Example

White with #FDD556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD556; }

 p { color: rgb(253,213,86); }

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

background-color css

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

 a { background-color: rgb(253,213,86); }

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

border-color css

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

 span { border-color: rgb(253,213,86); }

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