Html Css Color HEX #FDD347 Kournikova

📋 copy color: '#FDD347'

red 253 ◦ green 211 ◦ blue 71

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

Shades of Kournikova #FDD347

Tints of Kournikova #FDD347

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 47.29%
G = 39.44%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDD347 (or 0xFDD347) is known color: Kournikova. HEX triplet: FD, D3 and 47. RGB value is (253,211,71). Sum of RGB (Red+Green+Blue) = 253+211+71=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 71 (28.12% from 255 or 13.27% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD347 is #022CB8. Grayscale: #D0D0D0. Windows color (decimal): -142521 or 4707325. OLE color: 4707325.

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

Color convert

RGB 253 211 71 -
CMYK 0 0.17 0.72 0.01
HSL 46.15º 0.98% 0.64% -
HSV(B) 46.15º 0.72% 0.99% -
XYZ 64.94 67.93 15.65 -
YUV 207.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 253 211 71 0 0.17 0.72 0.01 46.15 0.98 0.64
Hex FD D3 47 0 11 48 1 2E 62 40
Octal 375 323 107 0 21 110 1 56 142 100
Binary 11111101 11010011 1000111 0 10001 1001000 1 101110 1100010 1000000

Color Harmonies of #FDD347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD347

Black with #FDD347

Text Example


Text Example

White with #FDD347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD347; }

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

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

background-color css

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

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

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

border-color css

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

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

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