Html Css Color HEX #FFD250 Kournikova

📋 copy color: '#FFD250'

red 255 ◦ green 210 ◦ blue 80

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

Shades of Kournikova #FFD250

Tints of Kournikova #FFD250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.53%

 BLUE value IS 80 (31.64% from 255) = 14.68%

R = 46.79%
G = 38.53%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD250 (or 0xFFD250) is known color: Kournikova. HEX triplet: FF, D2 and 50. RGB value is (255,210,80). Sum of RGB (Red+Green+Blue) = 255+210+80=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD250 is #002DAF. Grayscale: #D1D1D1. Windows color (decimal): -11696 or 5296895. OLE color: 5296895.

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

Color convert

RGB 255 210 80 -
CMYK 0 0.18 0.69 0
HSL 44.57º 1% 0.66% -
HSV(B) 44.57º 0.69% 1% -
XYZ 65.73 67.93 17.24 -
YUV 208.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 255 210 80 0 0.18 0.69 0 44.57 1 0.66
Hex FF D2 50 0 12 45 0 2D 64 42
Octal 377 322 120 0 22 105 0 55 144 102
Binary 11111111 11010010 1010000 0 10010 1000101 0 101101 1100100 1000010

Color Harmonies of #FFD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD250

Black with #FFD250

Text Example


Text Example

White with #FFD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD250; }

 p { color: rgb(255,210,80); }

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

background-color css

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

 a { background-color: rgb(255,210,80); }

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

border-color css

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

 span { border-color: rgb(255,210,80); }

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