Html Css Color HEX #FDD447 Kournikova

📋 copy color: '#FDD447'

red 253 ◦ green 212 ◦ blue 71

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

Shades of Kournikova #FDD447

Tints of Kournikova #FDD447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.25%

R = 47.2%
G = 39.55%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDD447 (or 0xFDD447) is known color: Kournikova. HEX triplet: FD, D4 and 47. RGB value is (253,212,71). Sum of RGB (Red+Green+Blue) = 253+212+71=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 71 (28.12% from 255 or 13.25% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD447 is #022BB8. Grayscale: #D0D0D0. Windows color (decimal): -142265 or 4707581. OLE color: 4707581.

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

Color convert

RGB 253 212 71 -
CMYK 0 0.16 0.72 0.01
HSL 46.48º 0.98% 0.64% -
HSV(B) 46.48º 0.72% 0.99% -
XYZ 65.19 68.42 15.73 -
YUV 208.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 253 212 71 0 0.16 0.72 0.01 46.48 0.98 0.64
Hex FD D4 47 0 10 48 1 2E 62 40
Octal 375 324 107 0 20 110 1 56 142 100
Binary 11111101 11010100 1000111 0 10000 1001000 1 101110 1100010 1000000

Color Harmonies of #FDD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD447

Black with #FDD447

Text Example


Text Example

White with #FDD447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD447; }

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

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

background-color css

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

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

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

border-color css

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

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

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