Html Css Color HEX #FDD248 Kournikova

📋 copy color: '#FDD248'

red 253 ◦ green 210 ◦ blue 72

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

Shades of Kournikova #FDD248

Tints of Kournikova #FDD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

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

R = 47.29%
G = 39.25%
B = 13.46%

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

#FDD248 (or 0xFDD248) is known color: Kournikova. HEX triplet: FD, D2 and 48. RGB value is (253,210,72). Sum of RGB (Red+Green+Blue) = 253+210+72=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD248 is #022DB7. Grayscale: #CFCFCF. Windows color (decimal): -142776 or 4772605. OLE color: 4772605.

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

Color convert

RGB 253 210 72 -
CMYK 0 0.17 0.72 0.01
HSL 45.75º 0.98% 0.64% -
HSV(B) 45.75º 0.72% 0.99% -
XYZ 64.72 67.44 15.74 -
YUV 207.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 253 210 72 0 0.17 0.72 0.01 45.75 0.98 0.64
Hex FD D2 48 0 11 48 1 2E 62 40
Octal 375 322 110 0 21 110 1 56 142 100
Binary 11111101 11010010 1001000 0 10001 1001000 1 101110 1100010 1000000

Color Harmonies of #FDD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD248

Black with #FDD248

Text Example


Text Example

White with #FDD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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