Html Css Color HEX #FFD048 Kournikova

📋 copy color: '#FFD048'

red 255 ◦ green 208 ◦ blue 72

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

Shades of Kournikova #FFD048

Tints of Kournikova #FFD048

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 208 (81.64% from 255) = 38.88%

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

R = 47.66%
G = 38.88%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFD048 (or 0xFFD048) is known color: Kournikova. HEX triplet: FF, D0 and 48. RGB value is (255,208,72). Sum of RGB (Red+Green+Blue) = 255+208+72=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD048 is #002FB7. Grayscale: #CFCFCF. Windows color (decimal): -12216 or 4772095. OLE color: 4772095.

HSL color Cylindrical-coordinate representation of color #FFD048: hue angle of 44.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD048 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 72 -
CMYK 0 0.18 0.72 0
HSL 44.59º 1% 0.64% -
HSV(B) 44.59º 0.72% 1% -
XYZ 64.97 66.84 15.61 -
YUV 206.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 255 208 72 0 0.18 0.72 0 44.59 1 0.64
Hex FF D0 48 0 12 48 0 2D 64 40
Octal 377 320 110 0 22 110 0 55 144 100
Binary 11111111 11010000 1001000 0 10010 1001000 0 101101 1100100 1000000

Color Harmonies of #FFD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD048

Black with #FFD048

Text Example


Text Example

White with #FFD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD048; }

 p { color: rgb(255,208,72); }

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

background-color css

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

 a { background-color: rgb(255,208,72); }

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

border-color css

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

 span { border-color: rgb(255,208,72); }

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