Html Css Color HEX #FDD650 Kournikova

📋 copy color: '#FDD650'

red 253 ◦ green 214 ◦ blue 80

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

Shades of Kournikova #FDD650

Tints of Kournikova #FDD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

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

R = 46.25%
G = 39.12%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD650 (or 0xFDD650) is known color: Kournikova. HEX triplet: FD, D6 and 50. RGB value is (253,214,80). Sum of RGB (Red+Green+Blue) = 253+214+80=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD650 is #0229AF. Grayscale: #D2D2D2. Windows color (decimal): -141744 or 5297917. OLE color: 5297917.

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

Color convert

RGB 253 214 80 -
CMYK 0 0.15 0.68 0.01
HSL 46.47º 0.98% 0.65% -
HSV(B) 46.47º 0.68% 0.99% -
XYZ 66 69.55 17.54 -
YUV 210.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 253 214 80 0 0.15 0.68 0.01 46.47 0.98 0.65
Hex FD D6 50 0 F 44 1 2E 62 41
Octal 375 326 120 0 17 104 1 56 142 101
Binary 11111101 11010110 1010000 0 1111 1000100 1 101110 1100010 1000001

Color Harmonies of #FDD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD650

Black with #FDD650

Text Example


Text Example

White with #FDD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD650; }

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

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

background-color css

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

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

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

border-color css

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

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

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