Html Css Color HEX #FFD148 Kournikova

📋 copy color: '#FFD148'

red 255 ◦ green 209 ◦ blue 72

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

Shades of Kournikova #FFD148

Tints of Kournikova #FFD148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.99%

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

R = 47.57%
G = 38.99%
B = 13.43%

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

#FFD148 (or 0xFFD148) is known color: Kournikova. HEX triplet: FF, D1 and 48. RGB value is (255,209,72). Sum of RGB (Red+Green+Blue) = 255+209+72=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD148 is #002EB7. Grayscale: #CFCFCF. Windows color (decimal): -11960 or 4772351. OLE color: 4772351.

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

Color convert

RGB 255 209 72 -
CMYK 0 0.18 0.72 0
HSL 44.92º 1% 0.64% -
HSV(B) 44.92º 0.72% 1% -
XYZ 65.21 67.33 15.69 -
YUV 207.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 255 209 72 0 0.18 0.72 0 44.92 1 0.64
Hex FF D1 48 0 12 48 0 2D 64 40
Octal 377 321 110 0 22 110 0 55 144 100
Binary 11111111 11010001 1001000 0 10010 1001000 0 101101 1100100 1000000

Color Harmonies of #FFD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD148

Black with #FFD148

Text Example


Text Example

White with #FFD148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD148; }

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

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

background-color css

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

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

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

border-color css

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

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

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