Html Css Color HEX #FFD052 Kournikova

📋 copy color: '#FFD052'

red 255 ◦ green 208 ◦ blue 82

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

Shades of Kournikova #FFD052

Tints of Kournikova #FFD052

RGB

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

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

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

R = 46.79%
G = 38.17%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFD052 (or 0xFFD052) is known color: Kournikova. HEX triplet: FF, D0 and 52. RGB value is (255,208,82). Sum of RGB (Red+Green+Blue) = 255+208+82=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD052 is #002FAD. Grayscale: #D0D0D0. Windows color (decimal): -12206 or 5427455. OLE color: 5427455.

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

Color convert

RGB 255 208 82 -
CMYK 0 0.18 0.68 0
HSL 43.7º 1% 0.66% -
HSV(B) 43.7º 0.68% 1% -
XYZ 65.32 66.98 17.47 -
YUV 207.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 255 208 82 0 0.18 0.68 0 43.7 1 0.66
Hex FF D0 52 0 12 44 0 2C 64 42
Octal 377 320 122 0 22 104 0 54 144 102
Binary 11111111 11010000 1010010 0 10010 1000100 0 101100 1100100 1000010

Color Harmonies of #FFD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD052

Black with #FFD052

Text Example


Text Example

White with #FFD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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