Html Css Color HEX #FBD256 Kournikova

📋 copy color: '#FBD256'

red 251 ◦ green 210 ◦ blue 86

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

Shades of Kournikova #FBD256

Tints of Kournikova #FBD256

RGB

 RED value IS 251 (98.44% from 255) = 45.89%

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

 BLUE value IS 86 (33.98% from 255) = 15.72%

R = 45.89%
G = 38.39%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBD256 (or 0xFBD256) is known color: Kournikova. HEX triplet: FB, D2 and 56. RGB value is (251,210,86). Sum of RGB (Red+Green+Blue) = 251+210+86=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD256 is #042DA9. Grayscale: #D0D0D0. Windows color (decimal): -273834 or 5690107. OLE color: 5690107.

HSL color Cylindrical-coordinate representation of color #FBD256: hue angle of 45.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBD256 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 210 86 -
CMYK 0 0.16 0.66 0.02
HSL 45.09º 0.95% 0.66% -
HSV(B) 45.09º 0.66% 0.98% -
XYZ 64.51 67.27 18.39 -
YUV 208.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 251 210 86 0 0.16 0.66 0.02 45.09 0.95 0.66
Hex FB D2 56 0 10 42 2 2D 5F 42
Octal 373 322 126 0 20 102 2 55 137 102
Binary 11111011 11010010 1010110 0 10000 1000010 10 101101 1011111 1000010

Color Harmonies of #FBD256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD256

Black with #FBD256

Text Example


Text Example

White with #FBD256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD256; }

 p { color: rgb(251,210,86); }

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

background-color css

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

 a { background-color: rgb(251,210,86); }

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

border-color css

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

 span { border-color: rgb(251,210,86); }

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