Html Css Color HEX #FDD348 Kournikova

📋 copy color: '#FDD348'

red 253 ◦ green 211 ◦ blue 72

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

Shades of Kournikova #FDD348

Tints of Kournikova #FDD348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.43%

R = 47.2%
G = 39.37%
B = 13.43%

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

#FDD348 (or 0xFDD348) is known color: Kournikova. HEX triplet: FD, D3 and 48. RGB value is (253,211,72). Sum of RGB (Red+Green+Blue) = 253+211+72=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD348 is #022CB7. Grayscale: #D0D0D0. Windows color (decimal): -142520 or 4772861. OLE color: 4772861.

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

Color convert

RGB 253 211 72 -
CMYK 0 0.17 0.72 0.01
HSL 46.08º 0.98% 0.64% -
HSV(B) 46.08º 0.72% 0.99% -
XYZ 64.97 67.94 15.82 -
YUV 207.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 253 211 72 0 0.17 0.72 0.01 46.08 0.98 0.64
Hex FD D3 48 0 11 48 1 2E 62 40
Octal 375 323 110 0 21 110 1 56 142 100
Binary 11111101 11010011 1001000 0 10001 1001000 1 101110 1100010 1000000

Color Harmonies of #FDD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD348

Black with #FDD348

Text Example


Text Example

White with #FDD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD348; }

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

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

background-color css

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

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

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

border-color css

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

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

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