Html Css Color HEX #FDD450 Kournikova

📋 copy color: '#FDD450'

red 253 ◦ green 212 ◦ blue 80

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

Shades of Kournikova #FDD450

Tints of Kournikova #FDD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.9%

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

R = 46.42%
G = 38.9%
B = 14.68%

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

#FDD450 (or 0xFDD450) is known color: Kournikova. HEX triplet: FD, D4 and 50. RGB value is (253,212,80). Sum of RGB (Red+Green+Blue) = 253+212+80=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD450 is #022BAF. Grayscale: #D1D1D1. Windows color (decimal): -142256 or 5297405. OLE color: 5297405.

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

Color convert

RGB 253 212 80 -
CMYK 0 0.16 0.68 0.01
HSL 45.78º 0.98% 0.65% -
HSV(B) 45.78º 0.68% 0.99% -
XYZ 65.5 68.55 17.37 -
YUV 209.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 253 212 80 0 0.16 0.68 0.01 45.78 0.98 0.65
Hex FD D4 50 0 10 44 1 2E 62 41
Octal 375 324 120 0 20 104 1 56 142 101
Binary 11111101 11010100 1010000 0 10000 1000100 1 101110 1100010 1000001

Color Harmonies of #FDD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD450

Black with #FDD450

Text Example


Text Example

White with #FDD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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