Html Css Color HEX #FDD550 Kournikova

📋 copy color: '#FDD550'

red 253 ◦ green 213 ◦ blue 80

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

Shades of Kournikova #FDD550

Tints of Kournikova #FDD550

RGB

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

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

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

R = 46.34%
G = 39.01%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD550 (or 0xFDD550) is known color: Kournikova. HEX triplet: FD, D5 and 50. RGB value is (253,213,80). Sum of RGB (Red+Green+Blue) = 253+213+80=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 80 (31.64% from 255 or 14.65% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD550 is #022AAF. Grayscale: #D2D2D2. Windows color (decimal): -142000 or 5297661. OLE color: 5297661.

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

Color convert

RGB 253 213 80 -
CMYK 0 0.16 0.68 0.01
HSL 46.13º 0.98% 0.65% -
HSV(B) 46.13º 0.68% 0.99% -
XYZ 65.75 69.05 17.45 -
YUV 209.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 253 213 80 0 0.16 0.68 0.01 46.13 0.98 0.65
Hex FD D5 50 0 10 44 1 2E 62 41
Octal 375 325 120 0 20 104 1 56 142 101
Binary 11111101 11010101 1010000 0 10000 1000100 1 101110 1100010 1000001

Color Harmonies of #FDD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD550

Black with #FDD550

Text Example


Text Example

White with #FDD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD550; }

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

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

background-color css

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

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

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

border-color css

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

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

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