Html Css Color HEX #FBC85B Kournikova

📋 copy color: '#FBC85B'

red 251 ◦ green 200 ◦ blue 91

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

Shades of Kournikova #FBC85B

Tints of Kournikova #FBC85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

 BLUE value IS 91 (35.94% from 255) = 16.79%

R = 46.31%
G = 36.9%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBC85B (or 0xFBC85B) is known color: Kournikova. HEX triplet: FB, C8 and 5B. RGB value is (251,200,91). Sum of RGB (Red+Green+Blue) = 251+200+91=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC85B is #0437A4. Grayscale: #CBCBCB. Windows color (decimal): -276389 or 6015227. OLE color: 6015227.

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

Color convert

RGB 251 200 91 -
CMYK 0 0.20 0.64 0.02
HSL 40.88º 0.95% 0.67% -
HSV(B) 40.88º 0.64% 0.98% -
XYZ 62.33 62.57 18.69 -
YUV 202.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 251 200 91 0 0.20 0.64 0.02 40.88 0.95 0.67
Hex FB C8 5B 0 14 40 2 29 5F 43
Octal 373 310 133 0 24 100 2 51 137 103
Binary 11111011 11001000 1011011 0 10100 1000000 10 101001 1011111 1000011

Color Harmonies of #FBC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC85B

Black with #FBC85B

Text Example


Text Example

White with #FBC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC85B; }

 p { color: rgb(251,200,91); }

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

background-color css

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

 a { background-color: rgb(251,200,91); }

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

border-color css

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

 span { border-color: rgb(251,200,91); }

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