Html Css Color HEX #FDD553 Kournikova

📋 copy color: '#FDD553'

red 253 ◦ green 213 ◦ blue 83

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

Shades of Kournikova #FDD553

Tints of Kournikova #FDD553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.12%

R = 46.08%
G = 38.8%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDD553 (or 0xFDD553) is known color: Kournikova. HEX triplet: FD, D5 and 53. RGB value is (253,213,83). Sum of RGB (Red+Green+Blue) = 253+213+83=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD553 is #022AAC. Grayscale: #D2D2D2. Windows color (decimal): -141997 or 5494269. OLE color: 5494269.

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

Color convert

RGB 253 213 83 -
CMYK 0 0.16 0.67 0.01
HSL 45.88º 0.98% 0.66% -
HSV(B) 45.88º 0.67% 0.99% -
XYZ 65.86 69.1 18.05 -
YUV 210.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 253 213 83 0 0.16 0.67 0.01 45.88 0.98 0.66
Hex FD D5 53 0 10 43 1 2E 62 42
Octal 375 325 123 0 20 103 1 56 142 102
Binary 11111101 11010101 1010011 0 10000 1000011 1 101110 1100010 1000010

Color Harmonies of #FDD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD553

Black with #FDD553

Text Example


Text Example

White with #FDD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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