Html Css Color HEX #FDD448 Kournikova

📋 copy color: '#FDD448'

red 253 ◦ green 212 ◦ blue 72

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

Shades of Kournikova #FDD448

Tints of Kournikova #FDD448

RGB

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

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

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

R = 47.11%
G = 39.48%
B = 13.41%

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

#FDD448 (or 0xFDD448) is known color: Kournikova. HEX triplet: FD, D4 and 48. RGB value is (253,212,72). Sum of RGB (Red+Green+Blue) = 253+212+72=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD448 is #022BB7. Grayscale: #D0D0D0. Windows color (decimal): -142264 or 4773117. OLE color: 4773117.

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

Color convert

RGB 253 212 72 -
CMYK 0 0.16 0.72 0.01
HSL 46.41º 0.98% 0.64% -
HSV(B) 46.41º 0.72% 0.99% -
XYZ 65.22 68.44 15.9 -
YUV 208.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 253 212 72 0 0.16 0.72 0.01 46.41 0.98 0.64
Hex FD D4 48 0 10 48 1 2E 62 40
Octal 375 324 110 0 20 110 1 56 142 100
Binary 11111101 11010100 1001000 0 10000 1001000 1 101110 1100010 1000000

Color Harmonies of #FDD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD448

Black with #FDD448

Text Example


Text Example

White with #FDD448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD448; }

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

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

background-color css

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

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

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

border-color css

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

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

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