Html Css Color HEX #FFD053 Kournikova

📋 copy color: '#FFD053'

red 255 ◦ green 208 ◦ blue 83

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

Shades of Kournikova #FFD053

Tints of Kournikova #FFD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.2%

R = 46.7%
G = 38.1%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFD053 (or 0xFFD053) is known color: Kournikova. HEX triplet: FF, D0 and 53. RGB value is (255,208,83). Sum of RGB (Red+Green+Blue) = 255+208+83=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD053 is #002FAC. Grayscale: #D0D0D0. Windows color (decimal): -12205 or 5492991. OLE color: 5492991.

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

Color convert

RGB 255 208 83 -
CMYK 0 0.18 0.67 0
HSL 43.6º 1% 0.66% -
HSV(B) 43.6º 0.67% 1% -
XYZ 65.36 67 17.67 -
YUV 207.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 255 208 83 0 0.18 0.67 0 43.6 1 0.66
Hex FF D0 53 0 12 43 0 2C 64 42
Octal 377 320 123 0 22 103 0 54 144 102
Binary 11111111 11010000 1010011 0 10010 1000011 0 101100 1100100 1000010

Color Harmonies of #FFD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD053

Black with #FFD053

Text Example


Text Example

White with #FFD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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