Html Css Color HEX #FFD352 Kournikova

📋 copy color: '#FFD352'

red 255 ◦ green 211 ◦ blue 82

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

Shades of Kournikova #FFD352

Tints of Kournikova #FFD352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.96%

R = 46.53%
G = 38.5%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFD352 (or 0xFFD352) is known color: Kournikova. HEX triplet: FF, D3 and 52. RGB value is (255,211,82). Sum of RGB (Red+Green+Blue) = 255+211+82=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD352 is #002CAD. Grayscale: #D2D2D2. Windows color (decimal): -11438 or 5428223. OLE color: 5428223.

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

Color convert

RGB 255 211 82 -
CMYK 0 0.17 0.68 0
HSL 44.74º 1% 0.66% -
HSV(B) 44.74º 0.68% 1% -
XYZ 66.06 68.46 17.71 -
YUV 209.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 255 211 82 0 0.17 0.68 0 44.74 1 0.66
Hex FF D3 52 0 11 44 0 2D 64 42
Octal 377 323 122 0 21 104 0 55 144 102
Binary 11111111 11010011 1010010 0 10001 1000100 0 101101 1100100 1000010

Color Harmonies of #FFD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD352

Black with #FFD352

Text Example


Text Example

White with #FFD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD352; }

 p { color: rgb(255,211,82); }

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

background-color css

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

 a { background-color: rgb(255,211,82); }

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

border-color css

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

 span { border-color: rgb(255,211,82); }

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