Html Css Color HEX #FFD353 Kournikova

📋 copy color: '#FFD353'

red 255 ◦ green 211 ◦ blue 83

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

Shades of Kournikova #FFD353

Tints of Kournikova #FFD353

RGB

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

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

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

R = 46.45%
G = 38.43%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFD353 (or 0xFFD353) is known color: Kournikova. HEX triplet: FF, D3 and 53. RGB value is (255,211,83). Sum of RGB (Red+Green+Blue) = 255+211+83=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD353 is #002CAC. Grayscale: #D2D2D2. Windows color (decimal): -11437 or 5493759. OLE color: 5493759.

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

Color convert

RGB 255 211 83 -
CMYK 0 0.17 0.67 0
HSL 44.65º 1% 0.66% -
HSV(B) 44.65º 0.67% 1% -
XYZ 66.1 68.47 17.92 -
YUV 209.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 255 211 83 0 0.17 0.67 0 44.65 1 0.66
Hex FF D3 53 0 11 43 0 2D 64 42
Octal 377 323 123 0 21 103 0 55 144 102
Binary 11111111 11010011 1010011 0 10001 1000011 0 101101 1100100 1000010

Color Harmonies of #FFD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD353

Black with #FFD353

Text Example


Text Example

White with #FFD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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