Html Css Color HEX #FDD044 Kournikova

📋 copy color: '#FDD044'

red 253 ◦ green 208 ◦ blue 68

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

Shades of Kournikova #FDD044

Tints of Kournikova #FDD044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 68 (26.95% from 255) = 12.85%

R = 47.83%
G = 39.32%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDD044 (or 0xFDD044) is known color: Kournikova. HEX triplet: FD, D0 and 44. RGB value is (253,208,68). Sum of RGB (Red+Green+Blue) = 253+208+68=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 68 (26.95% from 255 or 12.85% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD044 is #022FBB. Grayscale: #CECECE. Windows color (decimal): -143292 or 4509949. OLE color: 4509949.

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

Color convert

RGB 253 208 68 -
CMYK 0 0.18 0.73 0.01
HSL 45.41º 0.98% 0.63% -
HSV(B) 45.41º 0.73% 0.99% -
XYZ 64.11 66.41 14.91 -
YUV 205.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 253 208 68 0 0.18 0.73 0.01 45.41 0.98 0.63
Hex FD D0 44 0 12 49 1 2D 62 3F
Octal 375 320 104 0 22 111 1 55 142 77
Binary 11111101 11010000 1000100 0 10010 1001001 1 101101 1100010 111111

Color Harmonies of #FDD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD044

Black with #FDD044

Text Example


Text Example

White with #FDD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD044; }

 p { color: rgb(253,208,68); }

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

background-color css

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

 a { background-color: rgb(253,208,68); }

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

border-color css

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

 span { border-color: rgb(253,208,68); }

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