Html Css Color HEX #FDD346 Kournikova

📋 copy color: '#FDD346'

red 253 ◦ green 211 ◦ blue 70

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

Shades of Kournikova #FDD346

Tints of Kournikova #FDD346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.11%

R = 47.38%
G = 39.51%
B = 13.11%

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

#FDD346 (or 0xFDD346) is known color: Kournikova. HEX triplet: FD, D3 and 46. RGB value is (253,211,70). Sum of RGB (Red+Green+Blue) = 253+211+70=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD346 is #022CB9. Grayscale: #D0D0D0. Windows color (decimal): -142522 or 4641789. OLE color: 4641789.

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

Color convert

RGB 253 211 70 -
CMYK 0 0.17 0.72 0.01
HSL 46.23º 0.98% 0.63% -
HSV(B) 46.23º 0.72% 0.99% -
XYZ 64.91 67.91 15.48 -
YUV 207.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 253 211 70 0 0.17 0.72 0.01 46.23 0.98 0.63
Hex FD D3 46 0 11 48 1 2E 62 3F
Octal 375 323 106 0 21 110 1 56 142 77
Binary 11111101 11010011 1000110 0 10001 1001000 1 101110 1100010 111111

Color Harmonies of #FDD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD346

Black with #FDD346

Text Example


Text Example

White with #FDD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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